Skip to content
Zed

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

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

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

Mind Elixir in other clients