mcp-server-pipecd
by Warashi·★ 4·Score 36
MCP server for PipeCD, a continuous deployment platform, providing application management through the Model Context Protocol.
Overview
The mcp-server-pipecd enables seamless integration between MCP-compatible clients and PipeCD, a continuous deployment platform. It allows users to manage applications and deployments through MCP, providing a standardized interface for interacting with PipeCD's API. The server handles authentication via API keys and supports both secure and insecure connections to the PipeCD control plane.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Teams already using PipeCD who want to integrate deployment management into their AI workflow or chat interfaces.
When NOT to choose this
Not suitable for organizations not using PipeCD, as this server provides no value without the underlying platform.
Comparable tools
Installation
Installation
- Install with Go:
go install github.com/Warashi/mcp-server-pipecd@latest- Configure Claude Desktop:
Add the following to your Claude Desktop configuration JSON:
{
"mcpServers": {
"pipecd": {
"command": "/Users/youruser/go/bin/mcp-server-pipecd",
"args": [],
"env": {
"PIPECD_HOST": "your.pipecd.domain:443",
"PIPECD_API_KEY_FILE": "/path/to/your/api_key",
"PIPECD_INSECURE": "false"
}
}
}
}FAQ
- What is PipeCD?
- PipeCD is a continuous deployment platform designed for GitOps-based delivery, supporting multiple deployment strategies like canary, blue-green, and rolling updates.
- How do I authenticate with PipeCD?
- Authentication is handled via an API key. Store your key in a file and specify the path in the PIPECD_API_KEY_FILE environment variable.
Compare mcp-server-pipecd with
Last updated · Auto-generated from public README + GitHub signals.