trackmcp
Back to directory
Warashi

mcp-server-pipecd

View on GitHub

An MCP Server for PipeCD

4 stars GoOthers Updated Nov 22, 2025
gogolangmcpmodelcontextprotocol

Documentation

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 `true` if 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`.

json
{
  "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

Frequently asked questions

What is mcp-server-pipecd?

mcp-server-pipecd is An MCP Server for PipeCD

How do I install mcp-server-pipecd?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-pipecd open source?

Yes — it is hosted on GitHub at https://github.com/Warashi/mcp-server-pipecd and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP