← Index

io.github.GeiserX/spinnaker-mcp

io.github.GeiserX/spinnaker-mcp·v0.3.2·Other
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-mcp
Claude 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_URL
required

Spinnaker Gate API URL (e.g. http://spin-gate:8084)

GATE_TOKEN
secret

Bearer token for Gate authentication

GATE_USER

Basic auth username (alternative to token)

GATE_PASS
secret

Basic auth password

GATE_URL
required

Spinnaker Gate API URL (e.g. http://spin-gate:8084)

GATE_TOKEN
secret

Bearer token for Gate authentication

GATE_USER

Basic auth username (alternative to token)

GATE_PASS
secret

Basic auth password

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other