Skip to content
Claude Desktop

mind map for Claude Desktop

io.github.nerfels/mind-map

Experimental code intelligence platform for Claude Code with AST parsing and context analysis

client:Claude Desktop transport:stdio runtime:npm

Install mind map in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mind-map": {
      "command": "npx",
      "args": [
        "-y",
        "mind-map-mcp"
      ],
      "env": {
        "MCP_PROJECT_ROOT": "<MCP_PROJECT_ROOT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mind map in other clients