mindmaps for Zed
app.cloudmindmaps/mindmaps
Create and read mind maps on CloudMindMaps from Claude and other AI assistants.
client:Zed
transport:stdio
runtime:npm
Install mindmaps in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mindmaps": {
"command": "npx",
"args": [
"-y",
"cloudmindmaps-mcp"
],
"env": {
"CLOUDMINDMAPS_API_KEY": "<CLOUDMINDMAPS_API_KEY>",
"CLOUDMINDMAPS_API_URL": "<CLOUDMINDMAPS_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs