MCP.so
登录

CircleCI MCP Server

@MCP-Mirror

关于 CircleCI MCP Server

Mirror of

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "circleci-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@circleci/mcp-server-circleci"
      ],
      "env": {
        "CIRCLECI_TOKEN": "your-circleci-token",
        "CIRCLECI_BASE_URL": "https://circleci.com"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is CircleCI MCP Server?

This server enables large language models (LLMs) to interact with CircleCI through natural language. It uses the Model Context Protocol (MCP) and can be used with Cursor IDE or any MCP client.

How to use CircleCI MCP Server?

Install via npx and configure environment variables CIRCLECI_TOKEN and optionally CIRCLECI_BASE_URL. The provided tool is get_build_failure_logs, which retrieves failure logs from CircleCI builds using either CircleCI URLs or local project context (workspace root, git remote, branch).

Key features of CircleCI MCP Server

  • Retrieves detailed build failure logs
  • Supports CircleCI URLs or local project context
  • Provides job names, step-by-step execution, failure context
  • Works with any MCP client (e.g., Cursor IDE)
  • Easy debugging without leaving your IDE

Use cases of CircleCI MCP Server

  • Debugging failed builds
  • Analyzing test failures
  • Investigating deployment issues
  • Quick access to build logs from your IDE

FAQ from CircleCI MCP Server

What are the requirements to run this server?

Node.js version 18 or higher, pnpm package manager, and a CircleCI API token with read access.

How do I configure it in Cursor?

Add the following to your Cursor MCP config: command "npx -y @circleci/mcp-server-circleci" with environment variables CIRCLECI_TOKEN and CIRCLECI_BASE_URL.

What tools are available?

Currently, the server provides one tool: get_build_failure_logs which retrieves failure logs from CircleCI builds.

How can I get logs from my local workspace?

Provide the workspace root path, git remote URL, and branch name. The server finds the latest failed pipeline on that branch and returns its logs.

Can I use this server with other MCP clients besides Cursor?

Yes, the server is compatible with any MCP client, as it uses the standardized Model Context Protocol.

评论

其他 分类下的更多 MCP 服务器