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
{
"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