Loading languages...
@C

@circleci/mcp-server-circleci

@CircleCI-Public58

A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleCI's infrastructure and the Model Context Protocol, enabling enhanced AI-powered development experiences.

CircleCI
CI/CD
DevOps
Automation

# mcpServer Config

{
  "mcpServers": {
    "circleci-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@circleci/mcp-server-circleci"
      ],
      "env": {
        "CIRCLECI_TOKEN": "${input:circleci-token}",
        "CIRCLECI_BASE_URL": "${input:circleci-base-url}"
      }
    }
  }
}

# stdio

npx -y @circleci/mcp-server-circleci
Transport:
stdio
sse
Sprache:
TypeScript
Erstellt:3/26/2025
Aktualisiert:7/18/2025