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"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
CircleCI (@CircleCI-Public)
Репозиторий
https://github.com/CircleCI-Public/mcp-server-circleci
Лицензия
Apache-2.0
Версия
0.5.0
Звёзды
321
Последнее обновление
9 июля 2026 г.