Mind Elixir for Zed
io.github.mind-elixir/mcp
Create, edit, and organize mind maps in the Mind Elixir Desktop app from any MCP client.
client:Zed
transport:stdio
runtime:npm
Install Mind Elixir in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mind-elixir/mcp"
],
"env": {
"MIND_ELIXIR_MCP_URL": "<MIND_ELIXIR_MCP_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs