Aerostack
Aerostack
electrical_services

Circleci

MCP Server Hosted Public

Monitor pipelines, trigger builds, and manage workflows in CircleCI — give AI agents full CI/CD visibility.

v0.1.0MITUpdated Jan 21, 1970
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "circleci": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-circleci",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

Natural Language Prompt

“Use the _ping tool to verify circleci token by fetching the current user. used internally by aerostack to validate credentials

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

mcp-circleci — CircleCI MCP Server

Monitor pipelines, trigger builds, and manage CI/CD workflows in CircleCI.

CircleCI is a leading continuous integration and delivery platform. This MCP server gives your AI agents the ability to list pipelines, inspect workflow and job status, retrieve build artifacts, trigger new pipelines, and cancel running workflows — enabling automated CI/CD observability and control from any agent.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-circleci


What You Can Do

  • Monitor pipeline status across projects — see which builds are passing, failing, or running
  • Drill into workflow and job details to diagnose build failures without leaving your agent conversation
  • Trigger new pipelines on specific branches with custom parameters for on-demand builds
  • Cancel running workflows to stop wasted compute when a build is no longer needed
  • Retrieve job artifacts (test reports, coverage files, binaries) programmatically

Setup

Step 1: Generate a CircleCI Personal API Token

  1. Go to circleci.com and log in
  2. Click your avatar (bottom-left) → User SettingsPersonal API Tokens
  3. Click Create New Token, give it a name (e.g., "Aerostack MCP"), and copy the token

Step 2: Add to Aerostack Workspace

  1. Go to your Aerostack workspace → Add Server → search "CircleCI"
  2. Paste your CIRCLECI_TOKEN when prompted
  3. Click Test to verify the connection

Available Tools

ToolDescription
_pingVerify token by fetching the current user
list_pipelinesList recent pipelines for a project
get_pipelineGet details of a single pipeline
list_workflowsList workflows for a pipeline
get_workflowGet details of a single workflow
list_jobsList jobs for a workflow
get_jobGet details of a job by job number
get_job_artifactsList artifacts produced by a job
trigger_pipelineTrigger a new pipeline on a project
cancel_workflowCancel a running workflow

Configuration

VariableRequiredDescription
CIRCLECI_TOKENYesCircleCI Personal API Token

Project Slugs

CircleCI identifies projects using a slug format: {vcs}/{org}/{repo}

  • GitHub: gh/my-org/my-repo
  • Bitbucket: bb/my-org/my-repo

Use this format for project_slug parameters in all tools.

Example Prompts

"List the last 5 pipelines for gh/acme/api-server and tell me if any are failing"
"Show me the jobs in the most recent workflow for pipeline abc-123 and check if tests passed"
"Trigger a new pipeline on the staging branch of gh/acme/api-server"
"Cancel workflow xyz-789 — we pushed a fix and need to re-run"
"Get the test artifacts from job 542 in gh/acme/api-server"

Direct API Call

curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-circleci \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-CIRCLECI-TOKEN: your-circleci-token' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_pipelines","arguments":{"project_slug":"gh/my-org/my-repo"}}}'

License

MIT

Details

upgradeVersion0.1.0
gavelLicenseMIT
wifiTransportstreamable-http
lockAccessPublic
categoryCategorydevops
terminalTools

Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-circleci

Sub-50ms globally · Zero cold start

Tags

Browse more servers

Similar MCP Servers

View all →