
WikiMCP
par mohith-das
Git-backed long-term memory for AI. Build and maintain a personal, interlinked markdown wiki autonomously.
What it does
WikiMCP transforms the way AI handles knowledge by moving away from transient RAG chunks to a persistent, compounding personal wiki. Instead of re-deriving knowledge every session, the AI incrementally builds and maintains a structured collection of interlinked markdown files, effectively creating a long-term memory that evolves with every conversation.
Tools
wiki_info: Provides wiki stats and schema instructions to the AI at session start.read_index: Accesses the master catalog of all wiki pages.update_index: Updates the master catalog and auto-commits to git.write_page: Creates or overwrites a wiki page with auto-commit.read_page: Retrieves content from a specific wiki page.list_pages: Lists all pages or those within a specific subdirectory.search_wiki: Performs full-text search across the entire wiki.append_log: Adds timestamped entries to the activity log.delete_page: Removes a wiki page and auto-commits.
Installation
Install the package via pip:
pip install wikimcp
Initialize your wiki:
wikimcp init --wiki-dir ~/my-wiki
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wikimcp": {
"command": "wikimcp",
"args": ["serve", "--wiki-dir", "/Users/you/my-wiki"]
}
}
}
Supported hosts
- Claude Desktop
- Gemini CLI
- Claude Code
Installation rapide
pip install wikimcp && wikimcp initInformations
- Tarification
- free
- Publié






