Skip to content
Cursor

mind map for Cursor

io.github.nerfels/mind-map

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

client:Cursor transport:stdio runtime:npm

Install mind map in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mind map in other clients