Skip to content
Gemini CLI

mindmaps for Gemini CLI

app.cloudmindmaps/mindmaps

Create and read mind maps on CloudMindMaps from Claude and other AI assistants.

client:Gemini CLI transport:stdio runtime:npm

Install mindmaps in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mindmaps": {
      "command": "npx",
      "args": [
        "-y",
        "cloudmindmaps-mcp"
      ],
      "env": {
        "CLOUDMINDMAPS_API_KEY": "<CLOUDMINDMAPS_API_KEY>",
        "CLOUDMINDMAPS_API_URL": "<CLOUDMINDMAPS_API_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mindmaps in other clients