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
संबंधित सर्वर
Alpha Vantage MCP Server
प्रायोजकAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
LAML MCP Server
Loads and validates LAML (YAML-based markup language) documents via the Model Context Protocol.
MCP Server Boilerplate
A TypeScript boilerplate for building MCP servers with streamable HTTP and OAuth proxy support.
AIR Blackbox
EU AI Act compliance scanner for Python AI agents — 10 tools for scanning, analysis, and remediation
ActionKit MCP Starter
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
zeuxis
Let AI agents capture screenshots themselves
Pica MCP Server
Integrates with the Pica API platform to interact with various third-party services through a standardized interface.
FastAPI MCP Server
A MCP server implementation using the FastAPI framework, configurable via environment variables.
MCP Front
An OAuth 2.1 proxy for MCP servers that enables single sign-on with Google, domain validation, and per-user tokens.
Panther
Interact with the Panther security platform to write detections, query logs with natural language, and manage alerts.
Polarion MCP Servers
MCP server for integrating with Polarion Application Lifecycle Management (ALM).