Skip to content
Gemini CLI

gocd for Gemini CLI

io.github.sahilll15/gocd

MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.

client:Gemini CLI transport:stdio runtime:npm

Install gocd 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": {
    "gocd": {
      "command": "npx",
      "args": [
        "-y",
        "gocd-mcp"
      ],
      "env": {
        "GOCD_BASE_URL": "<GOCD_BASE_URL>",
        "GOCD_ACCESS_TOKEN": "<GOCD_ACCESS_TOKEN>"
      }
    }
  }
}

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

gocd in other clients