mind-wiki-mcp

mind-wiki-mcp

MCP server for mind-wiki — access your personal knowledge wiki from any directory or MCP-compatible client.

Category
访问服务器

README

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.

Install

Quick setup (recommended)

If you already have the mind-wiki skill installed, just run:

setup mind-wiki mcp

Manual 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-desktop

This 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
mind_query Search your wiki by topic or question
mind_stats Quick dashboard — page counts, domains, tags, health
mind_lint Health check — broken links, orphans, missing frontmatter
mind_review Review queue — pages needing human verification
mind_index Read the wiki index (L1 catalog)
mind_log Read the activity log
mind_init Initialize wiki structure
mind_pages 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 client

The 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.json
  • Claude Desktop:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json
    • Linux: ~/.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 uninstall

Removes 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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选