CircleCI/mcp-server-circleci
π βοΈ Enable AI Agents to fix build failures from CircleCI.
Ads
Overview
π βοΈ Enable AI Agents to fix build failures from CircleCI.
Installation
npx -y @circleci/mcp-server-circleci@latest
Configuration
{
"mcpServers": {
"circleci-mcp-server": {
"command": "npx",
"args": [
"-y",
"@circleci/mcp-server-circleci@latest"
],
"env": {
"CIRCLECI_TOKEN": "your-circleci-token",
"CIRCLECI_BASE_URL": "https://circleci.com",
"MAX_MCP_OUTPUT_LENGTH": "50000"
}
}
}
}Capabilities
- Validate CircleCI config
Ask to validate your `.circleci/config.yml` for syntax and semantic errors via `config_helper`.
- Get pipeline status
Check the latest pipeline status for a branch with `get_latest_pipeline_status`.
- Trigger and rerun pipelines
Start a new pipeline with `run_pipeline` or rerun a workflow from start or failed job via `rerun_workflow`.
- Investigate build failures
Retrieve detailed failure logs with `get_build_failure_logs` and test results via `get_job_test_results`.
- Find flaky tests
Identify flaky tests by analyzing test execution history using `find_flaky_tests`.
- Analyze usage and costs
Download usage data with `download_usage_api_data` and find underused resource classes via `find_underused_resource_classes`.
Tags
- devops
- development
- monitoring
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.