Claude Code
$
claude mcp add --transport http gocd https://gocd-mcp.getsentry.net/mcpRun
/mcpand sign in with your @sentry.io account.
Codex
$ codex mcp add gocd --url https://gocd-mcp.getsentry.net/mcpOpenCode
// opencode.json
{
"mcp": {
"gocd": {
"type": "remote",
"url": "https://gocd-mcp.getsentry.net/mcp",
"enabled": true
}
}
}pipelines
Pipeline groups and the pipelines in each.
status
State of a pipeline or group: paused, in-flight, or idle, and the running stage.
history
Recent runs for a pipeline, with stages and the commit SHAs that went out.
stage
Per-job detail and timings for a stage run.
job_log
Console log for one job, deduped and tailed.
find_deploy
Which runs carry a given commit SHA.
paused
Paused pipelines with pause reason.
failures
Recent failed stages with a log excerpt.