Skip to content
Cursor

Mind Elixir for Cursor

io.github.mind-elixir/mcp

Create, edit, and organize mind maps in the Mind Elixir Desktop app from any MCP client.

client:Cursor transport:stdio runtime:npm

Install Mind Elixir in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mind-elixir/mcp"
      ],
      "env": {
        "MIND_ELIXIR_MCP_URL": "<MIND_ELIXIR_MCP_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mind Elixir in other clients