gocd-mcp

Claude Code

  1. $ claude mcp add --transport http gocd https://gocd-mcp.getsentry.net/mcp
  2. Run /mcp and sign in with your @sentry.io account.

Codex

$ codex mcp add gocd --url https://gocd-mcp.getsentry.net/mcp

OpenCode

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