Mmcp.market

Gocd MCP server

by Sahilll15·io.github.Sahilll15/gocd·v0.1.2

MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
New

1 stars

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • gocd_compare

    What changed between two pipeline runs: commits per material.

  • gocd_dashboard

    Dashboard health, context-lean. Default (no args) returns a SUMMARY; pass filter/status/detail to drill down.

  • gocd_environments

    List environments as [name, pipeline_count, env_vars]. Optional name filter.

  • gocd_get_agent

    One agent's identity and state by uuid.

  • gocd_get_artifact

    Fetch 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_agents

    List GoCD build agents (compact rows). Optional filter, limit.

  • gocd_list_artifacts

    List the artifact files produced by one pipeline job, as flat [path, url] rows.

  • gocd_materials

    List configured materials as [type, descriptor, fingerprint]. Optional name filter.

  • gocd_pause_pipeline

    Pause a pipeline.

  • gocd_pipeline_groups

    List pipeline groups. No filter = [group, pipeline_count]; with a filter, lists matching pipeline names (raw config is several MB).

  • gocd_pipeline_history

    Recent run history for one pipeline (compact rows).

  • gocd_pipeline_instance

    One pipeline run: stages with per-job result, plus trigger. Omit counter for the latest.

  • gocd_pipeline_status

    Get paused/locked/schedulable status for one pipeline.

  • gocd_server_health

    Current GoCD server health messages with a count by level.

  • gocd_stage_history

    Recent runs of one stage as compact rows.

  • gocd_stage_instance

    One stage run with per-job state and the agent each ran on.

  • gocd_trigger_pipeline

    Schedule (trigger) a pipeline run.

  • gocd_unpause_pipeline

    Resume a paused pipeline.

  • gocd_version

    GoCD server version info.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • 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
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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.

More from Sahilll15