Skip to content
Gemini CLI

mcp api for Gemini CLI

ai.gomarble/mcp-api

GoMarble MCP API Server

client:Gemini CLI transport:sse

Install mcp api in Gemini CLI

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

{
  "mcpServers": {
    "mcp-api": {
      "url": "https://apps.gomarble.ai/mcp-api/sse"
    }
  }
}

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

mcp api in other clients