Your own private wiki. Self-hosted notes and documentation, light enough to run on a Raspberry Pi.
MCPpedia last refreshed this data
WordyMe is an MCP server that your own private wiki. Self-hosted notes and documentation, light enough to run on a Raspberry Pi. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 41/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wordyme": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
WordyMe™ is a lightweight self-hosted personal wiki and note-taking app. Rich editor, one Docker container, runs anywhere — even a Raspberry Pi. Documents are organized into spaces, with diagram and math support, revision history and real-time updates.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
Daofy for Delphi — MCP Server that compiles Delphi projects and queries knowledge base for AI assistants.
MCP Security Weekly
Get CVE alerts and security updates for WordyMe and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

WordyMe™ is a lightweight self-hosted personal wiki and note-taking app. Rich editor, one Docker container, runs anywhere — even a Raspberry Pi. Documents are organized into spaces, with diagram and math support, revision history and real-time updates.
🏛 Open Core & Mission
WordyMe™ is built and maintained by TeamCoderz Ltd with a mission to keep powerful, private tools in the hands of the people who use them.
The Core: This repository contains the open-source core of WordyMe™, licensed under AGPL-3.0.
The Enterprise: We will offer a PRO version for organizations requiring Service Documentation Management, permission control, advanced SSO, audit logs, managed compliance and more. All of this will be available in our next-generation ERP solution: ReactSuite
🚀 Overview
WordyMe™ is a full-stack application built as a monorepo using Turborepo. It consists of a modern React web application and an Express.js backend API, along with shared packages for editor functionality, UI components, and type definitions.
This project uses Turborepo for managing a monorepo with the following structure:
apps/web - Frontend React application built with Viteapps/backend - Backend Express.js API server@repo/editor - Rich text editor built with Lexical, supporting diagrams (Mermaid), math (KaTeX), and more@repo/ui - Shared UI component library (shadcn/ui based)@repo/sdk - Client SDK for API communication@repo/types - Shared TypeScript type definitions@repo/lib - Shared utility functions@repo/shared - Shared business logic@repo/eslint-config - Shared ESLint configurations@repo/typescript-config - Shared TypeScript configurationsapps/web)apps/backend)