MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-geiserx-spinnaker-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / devops
Manage Supabase projects — databases, auth, storage, and edge functions
Query and manage PostgreSQL databases directly from AI assistants
MCPSDK.dev(ToolSDK.ai)'s Awesome MCP Servers and Packages Registry and Database with Structured JSON configurations. Supports OAuth2.1, DCR...
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
MCP Security Weekly
Get CVE alerts and security updates for io.github.GeiserX/spinnaker-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A bridge that exposes any Spinnaker instance as an MCP v1 server via the Gate API, written in Go.
| Category | Tool | Description |
|---|---|---|
| Applications | list_applications | List all Spinnaker applications |
get_application | Get detailed application info (accounts, clusters, attributes) | |
| Pipelines | list_pipelines | List pipeline configurations for an application |
get_pipeline | Get a specific pipeline's full configuration | |
trigger_pipeline | Trigger a pipeline with optional parameters | |
save_pipeline | Save/create a pipeline definition | |
update_pipeline | Update an existing pipeline definition | |
delete_pipeline | Delete a pipeline definition | |
get_pipeline_history | Get revision history for a pipeline config | |
| Executions | list_executions | List recent executions, filterable by status |
get_execution | Get full execution details (stages, outputs, timing) | |
search_executions | Rich search by trigger type, time range, status | |
cancel_execution | Cancel a running execution with optional reason | |
pause_execution | Pause a running execution at the current stage | |
resume_execution | Resume a paused execution | |
restart_stage | Restart a failed stage within an execution | |
evaluate_expression | Evaluate a SpEL expression against an execution | |
| Strategies | list_strategies | List deployment strate |