An MCP Server for PipeCD
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pipecd": {
"env": {
"PIPECD_HOST": "demo.pipecd.dev:443",
"PIPECD_INSECURE": "false",
"PIPECD_API_KEY_FILE": "/Users/sawada/.config/mcp-server-pipecd/api_key"
},
"args": [],
"command": "/Users/sawada/go/bin/mcp-server-pipecd"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project provides an MCP (Model Context Protocol) server for PipeCD, enabling integration and management of applications and deployments.
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.
Be 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 devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Pipecd and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project provides an MCP (Model Context Protocol) server for PipeCD, enabling integration and management of applications and deployments.
Configure Claude or some MCP Clients with the environment variables below.
demo.pipecd.dev:443true if you want to connect to control plane without ssl/tlsIn this example, the built binary is placed at /Users/sawada/go/bin/mcp-server-pipecd.
This is the default install path when installing this server with go install github.com/Warashi/mcp-server-pipecd@latest with the home directory as /Users/sawada.
{
"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"
}
}
}
}
This project is licensed under the MIT License. See the LICENSE file for details.
mcp-server-pipecd is indexed and certified by MCP Review