wiki-mcp-server

M2-solvex/wiki-mcp-server
★ 0 stars Python 🗄️ Database Updated today
MCP server exposing the M2-solvex knowledge-base via semantic search (ChromaDB + MiniLM) and SQLite fact index
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wiki-mcp-server": {
      "command": "uvx",
      "args": [
        "wiki-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install wiki-mcp-server