Skip to content
VS Code

Mind Elixir for VS Code

io.github.mind-elixir/mcp

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

client:VS Code transport:stdio runtime:npm

Install Mind Elixir in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "mind-elixir-mcp-url",
      "description": "MIND_ELIXIR_MCP_URL",
      "password": true
    }
  ],
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mind-elixir/mcp"
      ],
      "env": {
        "MIND_ELIXIR_MCP_URL": "${input:mind-elixir-mcp-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Mind Elixir in other clients