MCP Server for Spinnaker
@MCP-Mirror
关于 MCP Server for Spinnaker
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Spinnaker?
It is a Model Context Protocol (MCP) server that allows AI models to interact with Spinnaker deployments, pipelines, and applications via a standardized interface. It is designed for developers and DevOps engineers who want to integrate AI into their CI/CD workflows.
How to use MCP Server for Spinnaker?
Install the npm package @airjesus17/mcp-server-spinnaker or add it with yarn. Configure it by instantiating the SpinnakerMCPServer class with your Spinnaker Gate URL, a list of applications, and monitored environments, then call server.listen(port). Alternatively, set the environment variables GATE_URL, MCP_PORT, and REFRESH_INTERVAL.
Key features of MCP Server for Spinnaker
- Provides three tools: get-applications, get-pipelines, trigger-pipeline
- Automatically refreshes context data every 30 seconds
- Supports TypeScript with exported type definitions
- Configurable via environment variables
- Uses the standard MCP interface for AI integration
Use cases of MCP Server for Spinnaker
- Make intelligent deployment decisions by analyzing application and pipeline state
- Proactively detect issues and autonomously remediate (e.g., create pull requests for vulnerabilities)
- Continuously optimize CI/CD processes by identifying bottlenecks and experimenting with configurations
- Automate root cause analysis and recovery, such as rolling back to a previous version
- Act as a virtual assistant for product engineers throughout the deployment pipeline
FAQ from MCP Server for Spinnaker
What are the runtime requirements?
Node.js is required. The server communicates with a Spinnaker Gate service, so a reachable Gate URL must be provided.
Where does the context data live?
The server fetches data from Spinnaker Gate and maintains it in memory, refreshing it every 30 seconds by default.
What transport does the server use?
It listens on an HTTP port (default 3000) as configured by the MCP_PORT environment variable.
Is authentication supported?
The README does not mention any authentication mechanism; only the Gate URL and monitored applications/environments are required for configuration.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Servers
modelcontextprotocolModel Context Protocol Servers
评论