C

CircleCI

Inspect CircleCI pipelines, jobs and workflow status.

·No reviews yet
Repo
Share:

About

Auto-generated

CircleCI is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about CircleCI.

What is the purpose of the CircleCI MCP server?
This MCP server allows you to inspect the status of CircleCI pipelines, jobs, and workflows. It provides a standardized interface for monitoring your continuous integration processes.
How can I configure the CircleCI MCP server in a client like Cline?
To configure this MCP in Cline, you would add a new server entry specifying 'stdio' as the transport and providing your CircleCI API key. The exact steps may vary based on your Cline version.
Does the CircleCI MCP server require an API key for authentication?
Yes, this MCP server uses an API key for authentication. You will need to provide a valid CircleCI API key to access its functionalities.
What functionalities does the CircleCI MCP server provide?
The CircleCI MCP server primarily enables you to monitor your CI/CD pipelines. This includes checking the status of builds, jobs, and workflows within your CircleCI projects.
Is there a cost associated with using the CircleCI MCP server?
The CircleCI MCP server itself is provided by the community and is open source. However, its usage depends on your underlying CircleCI plan and any associated costs from CircleCI.
What is a prerequisite for using the CircleCI MCP server?
A key prerequisite for utilizing this MCP server is an active CircleCI account and the generation of an API key from your CircleCI settings. Without this, the server cannot authenticate or retrieve data.

Install CircleCI

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "circleci": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-circleci"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "circleci": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-circleci"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "circleci": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-circleci"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.