$ 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

85 stars25k/wkupdated 1d agogithub ↗
81good
▣ Overview
License: Apache 2.0CircleCInpm

What it does

This MCP server bridges CircleCI into LLM clients—Claude, Cursor, VS Code, and others—exposing CI/CD operations as natural-language tools. It can trigger and rerun workflows, fetch test results and failure logs, identify flaky tests across runs, download usage and resource data for cost optimization, and validate CircleCI configurations, all without leaving your editor.

Who it's for

Platform engineers and DevOps teams automating CI/CD workflows from their IDE; backend engineers debugging build failures and test flakiness; teams analyzing CircleCI costs and resource allocation to optimize spending.

Common use cases

  • Trigger a pipeline and check its status directly from your editor without browser switching.
  • Analyze flaky test patterns across multiple runs to identify stability regressions.
  • Download CircleCI usage metrics and resource-class data to optimize job provisioning and reduce costs.
  • Retrieve detailed build failure logs and job output to debug issues faster.
  • Validate CircleCI configuration syntax and catch errors before committing.

Setup pitfalls

  • Requires a CircleCI Personal API token; create one at app.circleci.com/settings/user/tokens and pass it via the CIRCLECI_TOKEN environment variable at startup.
  • On-premises CircleCI customers must set CIRCLECI_BASE_URL explicitly; it defaults to the cloud SaaS endpoint.
  • Filesystem write access required if using download_usage_api_data; ensure the process can write to your target directory.
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%
72
14.4
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
81.4
⚿ 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 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
32/ 100 · is this project alive?
contributors (1y)24
top contributor share18%
releases (1y)0
ci✗ none
⛁ Raw data
weekly downloads25k
github stars85
forks60
open issues29
license✓ present
readme length32808 chars
last publish1d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 24d 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