CircleCI MCP Server
DevOpsstdiov0.5.0
Official CircleCI MCP server. Lets AI agents fetch build and pipeline status, retrieve failed build logs, and diagnose flaky or broken jobs so developers can fix CI failures without leaving their AI-powered tools.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"circleci": {
"command": "npx",
"args": [
"-y",
"@circleci/mcp-server-circleci"
],
"env": {
"CIRCLECI_TOKEN": "<YOUR_CIRCLECI_TOKEN>"
}
}
}
}工具 (2)
get_build_failure_logs
Retrieve logs for failed steps of a CircleCI pipeline to diagnose failures.
{
"type": "object",
"required": [
"project_slug"
],
"properties": {
"branch": {
"type": "string",
"description": "Branch to inspect"
},
"project_slug": {
"type": "string",
"description": "Project slug in the form vcs/org/repo"
}
}
}get_pipeline_status
Get the status of recent pipelines for a project.
{
"type": "object",
"required": [
"project_slug"
],
"properties": {
"project_slug": {
"type": "string",
"description": "Project slug in the form vcs/org/repo"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 许可证
- Apache-2.0
- 版本
- 0.5.0
- 星标
- 321
- 最后更新
- 2026年7月9日