Skip to content
Zed

gocd for Zed

io.github.sahilll15/gocd

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

client:Zed transport:stdio runtime:npm

Install gocd in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "gocd": {
      "command": "npx",
      "args": [
        "-y",
        "gocd-mcp"
      ],
      "env": {
        "GOCD_BASE_URL": "<GOCD_BASE_URL>",
        "GOCD_ACCESS_TOKEN": "<GOCD_ACCESS_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gocd in other clients