Wiki
the map of any codebase
Model Context Protocol

Use Wiki inside your tools

Wiki ships an MCP server, so Claude Desktop, Claude Code, and Cursor can query any repo you've indexed — grounded and cited. It exposes three tools: ask_wiki, list_repos, and index_repo.

Claude Desktop

Add this to claude_desktop_config.json (Settings → Developer → Edit Config), then restart Claude Desktop:

{
  "mcpServers": {
    "wiki": {
      "command": "npx",
      "args": [
        "tsx",
        "/path/to/wiki/mcp/server.ts"
      ]
    }
  }
}

Claude Code

From the Wiki directory (replace the path with your checkout):

claude mcp add wiki -- npx tsx /path/to/wiki/mcp/server.ts

Try it

Once connected, ask your assistant: “Use ask_wiki to explain how routing works in vercel/next.js”. Wiki answers from the indexed source with file:line citations, powered by Anthropic.