CircleCI MCP
Official CircleCI MCP so agents can diagnose and fix build failures using pipeline, job, and log context.
Delv Safety Grade: A
Score 85/100 · assessed 2026-04-28
CircleCI's official MCP server provides read access to CI/CD pipeline data, job logs, and build metadata. The maintainer score is strong given CircleCI's established position as a major DevOps vendor with professional engineering practices. The server requires a CircleCI API token with read permissions, which grants access to potentially sensitive build logs, environment variables visible in logs, and project configuration details. Supply chain is solid via npm with standard npx installation, though dependency pinning and signing practices are standard rather than exceptional. Transparency is good with open source code and reasonable documentation, though changelog and security disclosure processes could be more prominent. The main risk surface is the API token scope: if the token has broad org access, it exposes all projects' logs and metadata. No known security incidents.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKBuild logs include arbitrary script output (untrusted), build environments hold secrets (private), pipelines can call out (external). The CI surface is a sleeper trifecta.
Green flags
- Official CircleCI vendor implementation with professional maintenance
- Read-only API access, no write or trigger capabilities
- Standard npm distribution via @circleci namespace
- Open source repository under CircleCI-Public GitHub org
- Scoped to CI/CD domain without filesystem or shell access
Red flags
- API token may grant access to sensitive build logs across entire org
- Build logs often contain secrets, credentials, or internal infrastructure details
- No explicit documentation on minimal token scopes or least-privilege setup
Permissions requested
Install
npx -y @circleci/mcp-server-circleci@latest
CIRCLECI_TOKENReview
Install this if you spend more than ten minutes a week digging through CircleCI logs. It won't fix your builds for you, but it will save you the tedious part of correlating errors across jobs and pipeline runs. Skip it if your CI is simple or you're not on CircleCI.
Good at
- Saves you from manually copying logs and pipeline URLs into Claude.
- Log-tailing feature is faster than waiting for CircleCI's web UI to load full output.
- Genuinely useful for correlating errors across multiple job runs or pipeline stages.
- Official vendor support means it tracks CircleCI API changes.
Watch out
- Read-only access means Claude can't trigger rebuilds or modify configs.
- Requires manual lookup of project slugs and pipeline IDs if you work across many repos.
- Large logs can hit rate limits or exhaust Claude's token budget.
- Only useful if you're already committed to CircleCI as your CI/CD platform.
Use cases
- build failure diagnosis
- pipeline management
- log tailing
- workflow debugging
Getting started
Works with
Similar MCPs
- GitHubFull GitHub API access - manage repos, issues, PRs, and code search. One of the most useful MCPs for any developer workflow.
- GrafanaGrafana Labs' official MCP. Read dashboards, datasources, alerts, and run Loki/Prometheus queries from inside your agent.
- SentryPull live errors, issues, and replays from Sentry into Claude. Great for debugging sessions where the model can see what actually broke in prod.
- MCP CLIInteractive CLI inspector for MCP servers supporting OAuth, tool calls, resource reads, and prompt runs.