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 AI-powered development experiences.
CircleCICI/CDDevOpsAutomationcloud
Installation & Configuration
{
"mcpServers": {
"circleci-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@circleci/mcp-server-circleci"
],
"env": {
"CIRCLECI_TOKEN": "${input:circleci-token}",
"CIRCLECI_BASE_URL": "${input:circleci-base-url}"
}
}
}
}Information
Transport
stdiosse
Language
TypeScript
Created
2025/3/26
Updated
2026/6/8