mcp-server-circleci

mcp-server-circleci

40

The CircleCI MCP Server is designed to integrate with CircleCI, enabling natural language commands to manage continuous integration tasks. It supports tools like retrieving build logs, identifying flaky tests, and getting pipeline statuses, making it easier to perform operations without visiting the CircleCI web UI.

What is the CircleCI MCP Server?

The CircleCI MCP Server is a Model Context Protocol server that allows users to interact with CircleCI using natural language commands through supported clients.

What are the requirements to use the CircleCI MCP Server?

You need a CircleCI API token, Node.js (>= v18.0.0), and either the pnpm package manager or Docker, depending on your installation method.

How can I install the CircleCI MCP Server using NPX?

You can add the server to your MCP config with the command 'npx -y @circleci/mcp-server-circleci' and set the necessary environment variables.

Can I use the CircleCI MCP Server with Docker?

Yes, you can run the server using Docker by configuring your MCP config to use the Docker command with the appropriate environment variables.

What clients are supported by the CircleCI MCP Server?

The server supports clients like Cursor IDE, Windsurf, Copilot, Claude Desktop, and VS Code.