gocd for Cline
io.github.sahilll15/gocd
MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
client:Cline
transport:stdio
runtime:npm
Install gocd in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"gocd": {
"command": "npx",
"args": [
"-y",
"gocd-mcp"
],
"env": {
"GOCD_BASE_URL": "<GOCD_BASE_URL>",
"GOCD_ACCESS_TOKEN": "<GOCD_ACCESS_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs