MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y gocd-mcp
MCP client config
{
"mcpServers": {
"gocd-mcp": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
]
}
}
}