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
MCPAgent
An intelligent agent framework based on MCP, supporting multiple large language models and tool integrations for testing single-agent effectiveness.
Sleep MCP Server
Provides a sleep/wait tool to add delays between operations, such as waiting between API calls or testing eventually consistent systems.
JSONPlaceholder
A free public REST API for testing and prototyping, powered by JSONPlaceholder.
PageBolt
Take screenshots, generate PDFs, and create OG images from your AI assistant
Qase MCP Server
An MCP server for interacting with the Qase test management platform.
Monad MCP Server
Interact with the Monad testnet, query blockchain data, and engage with the CoinflipGame smart contract.
MCP Bridge API
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
LMAD - Laravel MCP API Discovery
Laravel MCP server that exposes API routes, controllers, FormRequest validation rules, and response schemas to AI agents
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.