SERVER
spinnaker-mcp
Rank #6,064io.github.GeiserX/spinnaker-mcp
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
Listed & last published
Apr 23, 2026
OVERVIEW
spinnaker-mcp is a Model Context Protocol (MCP) server published by geiserx. It ranks #6,064 of 76,851 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. spinnaker-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on Apr 23, 2026.
STANDING
#6,064of 76,851 tracked serversTop 10%
Ranks ahead of 70,787 of 76,851 servers on MCP Toplist.
CONNECT
Use spinnaker-mcp
Add spinnaker-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"spinnaker-mcp": {
"command": "npx",
"args": [
"-y",
"spinnaker-mcp"
],
"env": {
"GATE_URL": "<your GATE_URL>",
"GATE_TOKEN": "<your GATE_TOKEN>",
"GATE_USER": "<your GATE_USER>",
"GATE_PASS": "<your GATE_PASS>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"spinnaker-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/spinnaker-mcp:v0.3.1"
],
"env": {
"GATE_URL": "<your GATE_URL>",
"GATE_TOKEN": "<your GATE_TOKEN>",
"GATE_USER": "<your GATE_USER>",
"GATE_PASS": "<your GATE_PASS>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry (2 delisted)
ORGANIZATION
geiserx
MORE FROM THIS PUBLISHER
Other servers by geiserx
- Genieacs MCP#3,455 · 3 vers
- atlassian-browser-mcp#5,999 · 5 vers
- telegram-archive-mcp#9,148 · 1 ver
- cashpilot-mcp#9,389 · 1 ver
- duplicacy-mcp#12,893 · 1 ver
- lynxprompt-mcp#12,894 · 1 ver
- pumperly-mcp#12,895 · 1 ver
VERSIONS
Available versions (2)
| Version | Published |
|---|---|
| 0.3.2 | Apr 23, 2026 |
| 0.3.1 | Apr 23, 2026 |
FAQ
Frequently asked questions
- Who maintains spinnaker-mcp?
- spinnaker-mcp is maintained by geiserx, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is spinnaker-mcp listed on the Official MCP Registry?
- Yes — spinnaker-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does spinnaker-mcp have?
- MCP Toplist tracks 2 versions of spinnaker-mcp, most recently published on Apr 23, 2026.
- Where can I find the source code for spinnaker-mcp?
- The source code for spinnaker-mcp is hosted at github.com/geiserx/spinnaker-mcp.
EXPLORE