MCP Server for PipeCD
@Warashi
About MCP Server for PipeCD
An MCP Server for PipeCD
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pipecd": {
"command": "/Users/sawada/go/bin/mcp-server-pipecd",
"args": [],
"env": {
"PIPECD_HOST": "demo.pipecd.dev:443",
"PIPECD_API_KEY_FILE": "/Users/sawada/.config/mcp-server-pipecd/api_key",
"PIPECD_INSECURE": "false"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for PipeCD?
It is an MCP server for PipeCD that enables integration and management of PipeCD applications and deployments through MCP clients.
How to use MCP Server for PipeCD?
Configure it by setting the environment variables PIPECD_HOST, PIPECD_API_KEY_FILE, and optionally PIPECD_INSECURE. Then use it with MCP clients such as Claude Desktop by specifying the path to the built binary.
Key features of MCP Server for PipeCD
- Integrates with the PipeCD control plane.
- Requires PipeCD host and API key file.
- Supports both TLS and insecure modes.
- Installed via
go install. - Configurable in MCP clients like Claude.
Use cases of MCP Server for PipeCD
- Manage PipeCD applications through MCP clients.
- Control deployments using natural language commands.
- Monitor deployment status from a chat interface.
FAQ from MCP Server for PipeCD
How do I install MCP Server for PipeCD?
Install it with go install github.com/Warashi/mcp-server-pipecd@latest.
What environment variables must be set?
You need PIPECD_HOST, PIPECD_API_KEY_FILE, and optionally PIPECD_INSECURE.
Can I use MCP Server for PipeCD without TLS?
Yes, set the PIPECD_INSECURE environment variable to true.
What license does MCP Server for PipeCD use?
It is licensed under the MIT License.
Frequently asked questions
How do I install MCP Server for PipeCD?
Install it with `go install github.com/Warashi/mcp-server-pipecd@latest`.
What environment variables must be set?
You need `PIPECD_HOST`, `PIPECD_API_KEY_FILE`, and optionally `PIPECD_INSECURE`.
Can I use MCP Server for PipeCD without TLS?
Yes, set the `PIPECD_INSECURE` environment variable to `true`.
What license does MCP Server for PipeCD use?
It is licensed under the MIT License.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments