CircleCI
Official
⚙️ Developer Tools
CircleCI official MCP server brings CI/CD intelligence to your AI assistant. Retrieve build logs, identify flaky tests, check pipeline status, access test results, and manage configurations through natural language.
Tags
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"circleci": {
"command": "npx",
"args": [
"-y",
"@circleci/mcp-server-circleci@latest"
],
"env": {
"CIRCLECI_TOKEN": "your-circleci-token-here"
}
}
}
}