Gocd MCP server
MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
1 stars
Reviews
Write oneNobody has reviewed Gocd yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Gocd tools (19)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
gocd_compareWhat changed between two pipeline runs: commits per material.
gocd_dashboardDashboard health, context-lean. Default (no args) returns a SUMMARY; pass filter/status/detail to drill down.
gocd_environmentsList environments as [name, pipeline_count, env_vars]. Optional name filter.
gocd_get_agentOne agent's identity and state by uuid.
gocd_get_artifactFetch one artifact file's content (e.g. console.log). Returns at most cap_kb from the END of the file to stay context-lean.
gocd_list_agentsList GoCD build agents (compact rows). Optional filter, limit.
gocd_list_artifactsList the artifact files produced by one pipeline job, as flat [path, url] rows.
gocd_materialsList configured materials as [type, descriptor, fingerprint]. Optional name filter.
gocd_pause_pipelinePause a pipeline.
gocd_pipeline_groupsList pipeline groups. No filter = [group, pipeline_count]; with a filter, lists matching pipeline names (raw config is several MB).
gocd_pipeline_historyRecent run history for one pipeline (compact rows).
gocd_pipeline_instanceOne pipeline run: stages with per-job result, plus trigger. Omit counter for the latest.
gocd_pipeline_statusGet paused/locked/schedulable status for one pipeline.
gocd_server_healthCurrent GoCD server health messages with a count by level.
gocd_stage_historyRecent runs of one stage as compact rows.
gocd_stage_instanceOne stage run with per-job state and the agent each ran on.
gocd_trigger_pipelineSchedule (trigger) a pipeline run.
gocd_unpause_pipelineResume a paused pipeline.
gocd_versionGoCD server version info.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 24 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y gocd-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add gocd -- npx -y gocd-mcp
Gocd: common questions
- Is Gocd MCP server safe?
- Mostly: it is graded B (83/100). Read the Gocd safety report
- How do I install Gocd?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Gocd need an API key?
- Yes. The registry entry asks for
GOCD_ACCESS_TOKEN. - Is Gocd maintained?
- The last commit was 25 days ago (2026-08-27). The latest release is v0.1.2.