io.github.GeiserX/spinnaker-mcp✓
io.github.GeiserX/spinnaker-mcp · v0.3.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.GeiserX/spinnaker-mcp",
"description": "MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management",
"repository": {
"url": "https://github.com/GeiserX/spinnaker-mcp",
"source": "github"
},
"version": "0.3.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}