CircleCI MCP Server

DevOpsstdiov0.5.0
Repositorio

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.

Conectar

Añade esta configuración a .claude/mcp.json

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

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

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
CircleCI (@CircleCI-Public)
Repositorio
https://github.com/CircleCI-Public/mcp-server-circleci
Licencia
Apache-2.0
Versión
0.5.0
Estrellas
321
Última actualización
9 de julio de 2026