gocd-mcp
Rank #20,519io.github.Sahilll15/gocd
MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
gocd-mcp is a Model Context Protocol (MCP) server published by Sahilll15. It ranks #20,519 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. gocd-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 111,527 of 132,046 servers on MCP Toplist.
Use gocd-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gocd -e "GOCD_BASE_URL=<your GOCD_BASE_URL>" -e "GOCD_ACCESS_TOKEN=<your GOCD_ACCESS_TOKEN>" -- npx -y gocd-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gocd]
command = "npx"
args = ["-y", "gocd-mcp"]
[mcp_servers.gocd.env]
GOCD_BASE_URL = "<your GOCD_BASE_URL>"
GOCD_ACCESS_TOKEN = "<your GOCD_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocd": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "<your GOCD_BASE_URL>",
"GOCD_ACCESS_TOKEN": "<your GOCD_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocd": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "<your GOCD_BASE_URL>",
"GOCD_ACCESS_TOKEN": "<your GOCD_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gocd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "<your GOCD_BASE_URL>",
"GOCD_ACCESS_TOKEN": "<your GOCD_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocd": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "<your GOCD_BASE_URL>",
"GOCD_ACCESS_TOKEN": "<your GOCD_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gocd": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "<your GOCD_BASE_URL>",
"GOCD_ACCESS_TOKEN": "<your GOCD_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Sahilll15%2Fgocd)<a href="https://mcptoplist.com/server/io.github.Sahilll15%2Fgocd"><img src="https://mcptoplist.com/badge/io.github.Sahilll15%2Fgocd.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Sahilll15
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 27, 2026 |
Frequently asked questions
- Who maintains gocd-mcp?
- gocd-mcp is maintained by Sahilll15, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is gocd-mcp listed on the Official MCP Registry?
- Yes — gocd-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does gocd-mcp have?
- MCP Toplist tracks 1 version of gocd-mcp, most recently published on Aug 27, 2026.
- Where can I find the source code for gocd-mcp?
- The source code for gocd-mcp is hosted at github.com/Sahilll15/gocd-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.