$ timeahead.in
/ servers/npm/@circleci/mcp-server-circleci
npm

@circleci/mcp-server-circleci

A Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clients

86 stars39k/wkupdated 3d agogithub ↗
82good
▣ Overview
License: Apache 2.0CircleCInpm

What it does

The CircleCI MCP server bridges your CI/CD platform and large language models through Model Context Protocol, enabling natural language queries against your CircleCI projects. You can trigger pipelines, rerun failed jobs, analyze test history, audit configuration, fetch build logs and test results, identify flaky tests, spot resource bottlenecks, and download usage data—all through conversational prompts in Cursor, VS Code, Copilot, Claude, or any MCP client.

Who it's for

DevOps engineers, CI/CD maintainers, and backend developers who need to troubleshoot pipeline failures, optimize compute allocation, or validate CircleCI configuration without context-switching to the web dashboard. Also useful for teams building AI-assisted DevOps tooling.

Common use cases

  • Trigger a pipeline or rerun a failed job using a natural language prompt
  • Fetch and analyze build failure logs to identify root causes
  • Identify flaky tests by querying test execution history across workflow runs
  • Validate CircleCI YAML configuration for errors and get remediation suggestions
  • Find underused compute resource classes to reduce infrastructure spend
  • Generate test cases and evaluate prompt templates for AI applications

Setup pitfalls

  • Requires a CircleCI Personal API token (CIRCLECI_TOKEN) — generate one at app.circleci.com/settings/user/tokens and never commit it to version control.
  • On-premises CircleCI deployments must set CIRCLECI_BASE_URL; cloud users can omit it and default to https://circleci.com.
  • Local NPX installation requires Node.js ≥ v18 and pnpm; Docker installation requires Docker to be running.
  • Scanner found one secret in the codebase — review and rotate any exposed tokens before deploying.
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
74
14.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
81.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworksecrets
◆ Risk level: medium
fs read + fs write + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "circlecimcp-circleci": {
      "command": "npx",
      "args": [
        "-y",
        "@circleci/mcp-server-circleci"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
32/ 100 · is this project alive?
contributors (1y)24
top contributor share18%
releases (1y)0
ci✗ none
⛁ Raw data
weekly downloads39k
github stars86
forks60
open issues29
license✓ present
readme length32808 chars
last publish0d ago
last commit3d ago
last updated1d ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points