1. Conduid
  2. Developer Tools
  3. Pipecd
MCP server · Developer Tools

Pipecd

An MCP Server for PipeCD

Unclaimed MIT last commit 9 months ago mcpdevtoolsgogolangmodelcontextprotocol
51Fair

Scored 4 months ago · breakdown

About Pipecd

Pipecd is an MCP server published by Warashi in the Developer Tools category: an MCP Server for PipeCD. It has been installed 0 times through Conduid.

The repository has 4 stars and 3 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-pipecd

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Pipecd

Powered by Claude · Grounded in docs

I know everything about Pipecd. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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.

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Pipecd

How do I install Pipecd?

Run npx mcp-server-pipecd, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Pipecd safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Pipecd still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.