PipeCD
Integrate with PipeCD to manage applications and deployments.
MCP Server for PipeCD
This project provides an MCP (Model Context Protocol) server for PipeCD, enabling integration and management of applications and deployments.
Usage
Configure Claude or some MCP Clients with the environment variables below.
- PIPECD_HOST : host of the PipeCD control plane. for example,
demo.pipecd.dev:443 - PIPECD_API_KEY_FILE : full path to the file which contains PipeCD API Key
- PIPECD_INSECURE : set this as
trueif you want to connect to control plane without ssl/tls
Example Configuration
In 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"
}
}
}
}
Example Screenshot
License
This project is licensed under the MIT License. See the LICENSE file for details.
Note
mcp-server-pipecd is indexed and certified by MCP Review
Related Servers
VSCode MCP
Interact with VSCode through the Model Context Protocol, enabling AI agents to perform development tasks.
MCP Server Boilerplate
A TypeScript boilerplate for building MCP servers with streamable HTTP and OAuth proxy support.
MCP API Bridge
A server that bridges Google Sheets, Azure AI, and MQTT APIs.
Flux ImageGen MCP Server
An MCP server for generating images using the Pollinations AI API.
AST2LLM for Go
An AST-powered tool that enhances LLM context by automatically injecting relevant Go code structures into prompts.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, featuring customizable tools and no authentication.
ADB MCP Server
Interact with Android devices using the Android Debug Bridge (ADB).
CopyTuner Client
Manage Rails i18n translations with CopyTuner. Search, update, and create translation keys.
Micronaut Fun
It exposes Micronaut framework documentation and guides as MCP resources, it offers tools to search the docs and prompts to help you write tests and perform tasks in an idiomatic way
Hashkey MCP Server
Provides onchain tools for AI applications to interact with the Hashkey Network.