MCP server

CircleCI

MCP

Official CircleCI MCP. Pipelines and insights.

CircleCI’s remote server. Why the job failed, without opening the UI.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "circleci": {
      "url": "https://mcp.circleci.com/v1/mcp"
    }
  }
}

By CircleCI

Spec

What the server actually exposes.

  • list_pipelines

    read

    Recent pipelines for a project.

  • job_insights

    read

    Why a job failed.

  • trigger_pipeline

    write

    Trigger after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

circleci-mcp.mcp/tools

Tools

  • list_pipelines

    Recent pipelines for a project.

    read
  • job_insights

    Why a job failed.

    read
  • trigger_pipeline

    Trigger after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_pipelines",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.