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
{
"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