mind map for Zed
io.github.nerfels/mind-map
Experimental code intelligence platform for Claude Code with AST parsing and context analysis
client:Zed
transport:stdio
runtime:npm
Install mind map in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mind-map": {
"command": "npx",
"args": [
"-y",
"mind-map-mcp"
],
"env": {
"MCP_PROJECT_ROOT": "<MCP_PROJECT_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs