mind-wiki-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mind-wiki-mcpfind what I know about Convex"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mind-wiki-mcp
MCP server for mind-wiki — access your personal knowledge wiki from any directory or MCP-compatible client.
Why
The mind-wiki skill works great when you're inside the wiki directory. But what if you're working in a different project and want to query your wiki? Or want to chat with your knowledge base from Claude Desktop?
This MCP server exposes your mind-wiki as tools that any MCP client can use — Claude Code (from any directory), Claude Desktop, or any other MCP-compatible tool.
Related MCP server: md-graph
Install
Quick setup (recommended)
If you already have the mind-wiki skill installed, just run:
setup mind-wiki mcpManual setup
# Register in Claude Code (accessible from any project)
npx -y mind-wiki-mcp setup ~/path/to/your/wiki
# Also register in Claude Desktop
npx -y mind-wiki-mcp setup ~/path/to/your/wiki --claude-desktopThis registers the MCP server in your Claude settings. The server starts automatically when needed — no daemon to manage.
Available Tools
Once installed, these tools are available in any Claude Code session or Claude Desktop conversation:
Tool | Description |
| Search your wiki by topic or question |
| Quick dashboard — page counts, domains, tags, health |
| Health check — broken links, orphans, missing frontmatter |
| Review queue — pages needing human verification |
| Read the wiki index (L1 catalog) |
| Read the activity log |
| Initialize wiki structure |
| List/filter pages by type, domain, or tag |
Usage Examples
From any Claude Code project:
"Use mind_query to find what I know about Convex"
"Show me my wiki stats"
"What's in my review queue?"
"List all my technology pages"
From Claude Desktop:
"Search my wiki for authentication patterns"
"What business ideas do I have in my wiki?"
How It Works
The MCP server reads and writes the same markdown files that the mind-wiki skill uses. No database, no sync layer — it's just a structured interface to your wiki directory.
Your wiki directory (markdown files)
↑ reads/writes
mind-wiki-mcp (MCP server)
↑ MCP protocol
Claude Code / Claude Desktop / any MCP clientThe server is started on-demand by the MCP client — no background daemon needed. It resolves the wiki path from the MIND_WIKI_PATH environment variable (set automatically during setup).
Configuration
The setup command writes to:
Claude Code:
~/.claude/settings.jsonClaude Desktop:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Manual configuration
If you prefer to configure manually, add this to your settings:
{
"mcpServers": {
"mind-wiki": {
"command": "npx",
"args": ["-y", "mind-wiki-mcp"],
"env": {
"MIND_WIKI_PATH": "/absolute/path/to/your/wiki"
}
}
}
}Uninstall
npx mind-wiki-mcp uninstallRemoves the MCP server registration from both Claude Code and Claude Desktop settings. Does not touch your wiki files.
Requirements
Node.js 18+
A mind-wiki directory (run "setup mind-wiki" first)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pavlovj/mind-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server