io.github.GeiserX/spinnaker-mcp
Quality Score
80
/100
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"spinnaker-mcp": {
"command": "npx",
"args": [
"-y",
"spinnaker-mcp"
],
"env": {
"GATE_URL": "<gate_url>",
"GATE_TOKEN": "<your-gate_token>",
"GATE_USER": "<gate_user>",
"GATE_PASS": "<your-gate_pass>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"spinnaker-mcp": {
"command": "npx",
"args": [
"-y",
"spinnaker-mcp"
],
"env": {
"GATE_URL": "<gate_url>",
"GATE_TOKEN": "<your-gate_token>",
"GATE_USER": "<gate_user>",
"GATE_PASS": "<your-gate_pass>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y spinnaker-mcpClaude Desktop (Docker)
{
"mcpServers": {
"spinnaker-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"drumsergio/spinnaker-mcp:v0.3.2"
],
"env": {
"GATE_URL": "<gate_url>",
"GATE_TOKEN": "<your-gate_token>",
"GATE_USER": "<gate_user>",
"GATE_PASS": "<your-gate_pass>"
}
}
}
}§02 Environment variables
GATE_URLrequired
Spinnaker Gate API URL (e.g. http://spin-gate:8084)
GATE_TOKENsecret
Bearer token for Gate authentication
GATE_USERBasic auth username (alternative to token)
GATE_PASSsecret
Basic auth password
GATE_URLrequired
Spinnaker Gate API URL (e.g. http://spin-gate:8084)
GATE_TOKENsecret
Bearer token for Gate authentication
GATE_USERBasic auth username (alternative to token)
GATE_PASSsecret
Basic auth password
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.