← Back to Plugins
MCP Server MCP

io.github.GeiserX/spinnaker-mcp

github By github 👁 1 views ▲ 0 votes

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "spinnaker-mcp",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Spinnaker Gate API URL (e.g. http://spin-gate:8084)",
          "isRequired": true,
          "format": "string",
          "name": "GATE_URL"
        },
        {
          "description": "Bearer token for Gate authentication",
          "format": "string",
          "isSecret": true,
          "name": "GATE_TOKEN"
        },
        {
          "description": "Basic auth username (alternative to token)",
          "format": "string",
          "name": "GATE_USER"
        },
        {
          "description": "Basic auth password",
          "format": "string",
          "isSecret": true,
          "name": "GATE_PASS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "drumsergio/spinnaker-mcp:v0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Spinnaker Gate API URL (e.g. http://spin-gate:8084)",
          "isRequired": true,
          "format": "string",
          "name": "GATE_URL"
        },
        {
          "description": "Bearer token for Gate authentication",
          "format": "string",
          "isSecret": true,
          "name": "GATE_TOKEN"
        },
        {
          "description": "Basic auth username (alternative to token)",
          "format": "string",
          "name": "GATE_USER"
        },
        {
          "description": "Basic auth password",
          "format": "string",
          "isSecret": true,
          "name": "GATE_PASS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...