Back to MCP Servers

CircleCI

Interact with CircleCI workflows, fix build failures, manage pipelines, and analyze CI/CD performance

cicdcirclecidevopsautomationcommunity

Installation

npx @circleci/mcp-server-circleci

Configuration

{
  "mcpServers": {
    "circleci": {
      "command": "npx",
      "args": ["-y", "@circleci/mcp-server-circleci"],
      "env": {
        "CIRCLECI_TOKEN": "your-circleci-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub