Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Circleci

Circleci

Template description for circleci

211VIEWS
2238USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app circlecinpx @composio/cli add cursor --app circlecinpx @composio/cli add cursor --app circlecinpx @composio/cli add cursor --app circleci

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Job Artifacts

Tool to retrieve artifacts produced by a specific job. use after a job has completed to list its output files.

Get Job Details

Tool to fetch details of a specific job within a project. use when you need status, timing, and executor information for a circleci job by its number.

Get Pipeline Config

Tool to fetch pipeline configuration by id. use when you need the source or compiled yaml of a specific pipeline.

Get Test Metadata

Tool to fetch test metadata for a specific job. use when you need detailed test results, run times, and failure messages after a job completes.

Get User Information

Tool to retrieve information about a circleci user by their unique id. use when you need user profile details after obtaining the user id.

List Pipelines For Project

Tool to list all pipelines for a specific project. use when you need to retrieve the pipelines for a project (e.g., to display recent runs on a dashboard).

List Self-hosted Runners

Tool to list available self-hosted runners. use when you need to retrieve all configured self-hosted runners for your organization.

List Workflows By Pipeline Id

Tool to list all workflows associated with a specific pipeline. use when you need to fetch or paginate through workflows by pipeline id.

Trigger Pipeline

Tool to trigger a new pipeline for the specified project. use when you need to start a build on a branch or tag programmatically.

9 actions available