CircleCI MCP Server

DevOpsstdiov0.5.0
Repository

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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "circleci": {
      "command": "npx",
      "args": [
        "-y",
        "@circleci/mcp-server-circleci"
      ],
      "env": {
        "CIRCLECI_TOKEN": "<YOUR_CIRCLECI_TOKEN>"
      }
    }
  }
}

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
CircleCI (@CircleCI-Public)
Repository
https://github.com/CircleCI-Public/mcp-server-circleci
Lisans
Apache-2.0
Sürüm
0.5.0
Yıldızlar
321
Son güncelleme
9 Temmuz 2026