[ MCP_NODE_3795 ]

circleci

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Integrate CircleCI build and deployment pipeline management with your Claude Code workflow. Monitor builds, trigger deployments, and access project insights.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "circleci-en": {
            "description": "Integrate CircleCI build and deployment pipeline management with your Claude Code workflow. Monitor builds, trigger deployments, and access project insights.",
            "command": "npx",
            "args": [
                "-y",
                "@circleci/mcp-server-circleci"
            ],
            "env": {
                "CIRCLECI_TOKEN": "your-circleci-token",
                "CIRCLECI_BASE_URL": "https://circleci.com"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.