Skip to content
Windsurf

gocd for Windsurf

io.github.sahilll15/gocd

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

client:Windsurf transport:stdio runtime:npm

Install gocd in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

gocd in other clients