MCP Catalogs
Homemcp-server-pipecd screenshot

mcp-server-pipecd

by Warashi·4·Score 36

MCP server for PipeCD, a continuous deployment platform, providing application management through the Model Context Protocol.

developer-toolsops-infraproductivity
3
Forks
2
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

The mcp-server-pipecd enables seamless integration between MCP-compatible clients and PipeCD, a continuous deployment platform. It allows users to manage applications and deployments through MCP, providing a standardized interface for interacting with PipeCD's API. The server handles authentication via API keys and supports both secure and insecure connections to the PipeCD control plane.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Managing PipeCD deployments through Claude Desktop
you:Automating application lifecycle with MCP tools
you:Integrating PipeCD with AI assistants for deployment management
you:What is PipeCD?
you:How do I authenticate with PipeCD?

When to choose this

Teams already using PipeCD who want to integrate deployment management into their AI workflow or chat interfaces.

When NOT to choose this

Not suitable for organizations not using PipeCD, as this server provides no value without the underlying platform.

Comparable tools

mcp-server-githubmcp-server-jenkins

Installation

Installation

  1. Install with Go:
go install github.com/Warashi/mcp-server-pipecd@latest
  1. Configure Claude Desktop:

Add the following to your Claude Desktop configuration JSON:

{
  "mcpServers": {
    "pipecd": {
      "command": "/Users/youruser/go/bin/mcp-server-pipecd",
      "args": [],
      "env": {
        "PIPECD_HOST": "your.pipecd.domain:443",
        "PIPECD_API_KEY_FILE": "/path/to/your/api_key",
        "PIPECD_INSECURE": "false"
      }
    }
  }
}

FAQ

What is PipeCD?
PipeCD is a continuous deployment platform designed for GitOps-based delivery, supporting multiple deployment strategies like canary, blue-green, and rolling updates.
How do I authenticate with PipeCD?
Authentication is handled via an API key. Store your key in a file and specify the path in the PIPECD_API_KEY_FILE environment variable.

Compare mcp-server-pipecd with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.