★ 1 stars
Go
⚙️ DevOps
Updated today
MCP Server for Spinnaker — manage applications, pipelines, and deployments via the Model Context Protocol
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spinnaker-mcp": {
"command": "go",
"args": [
"run",
"github.com/GeiserX/spinnaker-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add spinnaker-mcp go run github.com/GeiserX/spinnaker-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"spinnaker-mcp": {
"command": "go",
"args": [
"run",
"github.com/GeiserX/spinnaker-mcp@latest"
]
}
}
}
Topics
aiautomationci-cdcloud-nativecontinuous-deliverydeploymentdevopsdockergogolanginfrastructurekubernetesllmmcpmcp-server