spinnaker mcp for Claude Desktop
io.github.geiserx/spinnaker-mcp
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
client:Claude Desktop
transport:stdio
runtime:npm
Install spinnaker mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"spinnaker-mcp": {
"command": "npx",
"args": [
"-y",
"spinnaker-mcp"
],
"env": {
"GATE_URL": "<GATE_URL>",
"GATE_TOKEN": "<GATE_TOKEN>",
"GATE_USER": "<GATE_USER>",
"GATE_PASS": "<GATE_PASS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs