Circleci MCP Server

v0.15.1Developer Toolsstable

A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleCI's infrastructure and the Model Context Protocol, enabling enhanced A

mcp-servermodelcontextprotocol
Share:
84
Stars
0
Downloads
0
Weekly
0/5

About

A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleCI's infrastructure and the Model Context Protocol, enabling enhanced A

Features

  • get_build_failure_logs
  • find_flaky_tests
  • get_latest_pipeline_status
  • get_job_test_results
  • config_helper

Use Cases

This tool helps debug CircleCI build failures by retrieving failure logs. CRITICAL REQUIREMENTS: 1. Truncation Handling (HIGHEST PRIORITY): - ALWAYS check for <MCPTruncationWarning> in the output - When present, you MUST start your response with: 'WA
This tool retrieves information about flaky tests in a CircleCI project. The agent receiving this output MUST analyze the flaky test data and implement appropriate fixes based on the specific issues identified. CRITICAL REQUIREMENTS: 1. Truncation Ha
This tool retrieves the status of the latest pipeline for a CircleCI project. It can be used to check pipeline status, get latest build status, or view current pipeline state. Common use cases: - Check latest pipeline status - Get current build statu
This tool retrieves test metadata for a CircleCI job. PRIORITY USE CASE: - When asked 'are tests passing in CI?' or similar questions about test status - When asked to 'fix failed tests in CI' or help with CI test failures - Use this tool to check if
This tool helps analyze and validate and fix CircleCI configuration files. Parameters: - params: An object containing: - configFile: string - The full contents of the CircleCI config file as a string. This should be the raw YAML content, not a file p
CircleCI-Public

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv0.15.1
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @circleci/mcp-server-circleci

Manual Installation

npx -y @circleci/mcp-server-circleci

Examples

Basic Configuration

Configure Circleci MCP Server

npx -y @circleci/mcp-server-circleci

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Developer Tools MCP Servers

Explore other servers in the Developer Tools category.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Circleci MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides