mcp-server-circleci by CircleCI-Public
56 score
This MCP server lets you use Cursor IDE, or any MCP Client enabled agent, to use natural language to accomplish things with CircleCI, e.g: Find the latest failed pipeline on my branch and get logs
Ranked #1092 out of 8010 indexed tools.Has 24 contributors.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 27k
Freshness 10d ago
Issue Health 24%
Stars 82
Platform Breadth 1 platform
Contributors 24
Description Detailed
How to Improve
Issue Health high impact
Platforms medium impact
Supported Platforms
From the README
# CircleCI MCP Server Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems. In this repository, we provide an MCP Server for [CircleCI](https://circleci.com). Use Cursor, Windsurf, Copilot, Claude, or any MCP-compatible client to interact with CircleCI using natural language — without leaving your IDE. ## Tools | Tool | Description | |------|-------------| | [`analyze_diff`](#analyze_diff) | Analyze git diffs against cursor rules for violations | | [`config_helper`](#config_helper) | Validate and get guidance for your CircleCI configuration | | [`create_prompt_template`](#create_prompt_template) | Generate structured prompt templates for AI applications | | [`download_usage_api_data`](#download_usage_api_data) | Download usage data from the CircleCI Usage API | | [`find_flaky_tests`](#find_flaky_tests) | Identify flaky tests by analyzing test executRead full README on GitHub →