Home › Cloud & Monitoring › spinnaker-mcp
spinnaker-mcp
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.3.2)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"spinnaker-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"GATE_URL": "<YOUR_VALUE>",
"GATE_TOKEN": "<YOUR_VALUE>",
"GATE_USER": "<YOUR_VALUE>",
"GATE_PASS": "<YOUR_VALUE>"
}
}
}
}
GATE_URLrequired — Spinnaker Gate API URL (e.g. http://spin-gate:8084)GATE_TOKENsecret — Bearer token for Gate authenticationGATE_USER— Basic auth username (alternative to token)GATE_PASSsecret — Basic auth password
Package (oci)
docker run -i --rm drumsergio/spinnaker-mcp:v0.3.2
Or add to your MCP client config:
{
"mcpServers": {
"spinnaker-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/spinnaker-mcp:v0.3.2"
],
"env": {
"GATE_URL": "<YOUR_VALUE>",
"GATE_TOKEN": "<YOUR_VALUE>",
"GATE_USER": "<YOUR_VALUE>",
"GATE_PASS": "<YOUR_VALUE>"
}
}
}
}
GATE_URLrequired — Spinnaker Gate API URL (e.g. http://spin-gate:8084)GATE_TOKENsecret — Bearer token for Gate authenticationGATE_USER— Basic auth username (alternative to token)GATE_PASSsecret — Basic auth password
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry