Skip to content
Gemini CLI

Komodo MCP Server for Gemini CLI

io.github.samik081/mcp-komodo

Manage Komodo through AI assistants

client:Gemini CLI transport:stdio runtime:npm

Install Komodo MCP Server 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": {
    "mcp-komodo": {
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-komodo"
      ],
      "env": {
        "KOMODO_URL": "<KOMODO_URL>",
        "KOMODO_API_KEY": "<KOMODO_API_KEY>",
        "KOMODO_API_SECRET": "<KOMODO_API_SECRET>"
      }
    }
  }
}

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

Komodo MCP Server in other clients