Skip to content
Cursor

circleci for Cursor

com.mcparmory/circleci

Manage CI/CD pipelines, workflows, and job metrics across projects

client:Cursor transport:stdio runtime:pypi

Install circleci in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "circleci": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-circleci"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

circleci in other clients