Loading MCP server directory, please wait...
MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
npx @getmcp/cli add io.github.Sahilll15/gocdRequires Node.js 18+. Community-contributed server. Review source before installing.
GOCD_BASE_URLGoCD base host, e.g. https://gocd.example.com (no trailing /go)
GOCD_ACCESS_TOKENGoCD personal access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Sahilll15/gocd": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "",
"GOCD_ACCESS_TOKEN": ""
}
}
}
}