Odel
gocd mcp

gocd mcp

Local
@sahilll151GoUpdated 1w ago

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).

npmgocd-mcpv0.1.2

Run

npx -y gocd-mcp

MCP client config

{
  "mcpServers": {
    "gocd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gocd-mcp"
      ]
    }
  }
}