MCP Server
Active
GPL-3.0
io.github.GeiserX/spinnaker-mcp MCP Server
io.github.GeiserX/spinnaker-mcp
What is the io.github.GeiserX/spinnaker-mcp MCP server?
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
How to install io.github.GeiserX/spinnaker-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GATE_URLrequiredSpinnaker Gate API URL (e.g. http://spin-gate:8084)
GATE_TOKENsecretBearer token for Gate authentication
GATE_USERBasic auth username (alternative to token)
GATE_PASSsecretBasic auth password
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"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>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"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>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"spinnaker-mcp": {
"type": "stdio",
"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>"
}
}
}
}Claude Code
claude mcp add spinnaker-mcp --env GATE_URL=<YOUR_GATE_URL> --env GATE_TOKEN=<YOUR_GATE_TOKEN> --env GATE_USER=<YOUR_GATE_USER> --env GATE_PASS=<YOUR_GATE_PASS> -- npx -y spinnaker-mcpRelated MCP servers
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
13
View repository →Go
GPL-3.0
MCP server for Telegram Archive — search messages, browse chats, and access history
3
View repository →Go
GPL-3.0
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
2
View repository →Go
GPL-3.0
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
1
View repository →Go
GPL-3.0
MCP server for Pumperly — query fuel prices, find stations, and plan routes
1
View repository →Go
GPL-3.0