mcpbeat Sign in

Gocd MCP Server

by sahilll15 Your server? Claim it
local only

Gocd runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 206 · avg 6
a month agotoday
24
Installs / week
npm · gocd-mcp
1
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
License
Go

Nothing serious here today

Today is the operative word: we check Gocd every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gocd -- npx -y gocd-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gocd": {
      "args": [
        "-y",
        "gocd-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gocd]
command = "npx"
args = ["-y", "gocd-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gocd": {
      "args": [
        "-y",
        "gocd-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gocd": {
      "args": [
        "-y",
        "gocd-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOCD_BASE_URL (GoCD base host, e.g. https://gocd.example.com (no trailing /go)), GOCD_ACCESS_TOKEN (GoCD personal access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gocd

same job, measured the same way
Openrouter Admin
by oviron

MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.

82 installs/wk local only
I
CAST Gatekeeper MCP Server
by cast-extend

CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents

local only
Chart Context
by mylinedchart

Read-only MCP server: AI agents read your live MyLinedChart desktop chart context. Local, IBKR.

55 installs/wk local only
Wireboard
by wireboard

Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.

40 installs/wk local only
I
Home Assistant MCP Server
by jarahkon

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

100 installs/wk local only
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 979 installs/wk local only
Metabase AI Assistant
by enessari

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

55 installs/wk local only
Lastsaas
by jonradoff

Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.

local only

Gocd — questions

Answers built from our own checks of this server.

Why is there no uptime for Gocd?
Gocd runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gocd-mcp was installed 24 times last week.
How do I connect Gocd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gocd-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gocd?
The npm package gocd-mcp was installed 24 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gocd open source?
We cannot say either way: written in Go and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.