Connect Circleci with AI agents using Model Context Protocol (MCP). Seamlessly integrate Circleci tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Features
Easy MCP setup with one command
Compatible with Claude, Cursor, Windsurf
9+ available tools and actions
Built-in authentication and security
Real-time synchronization
No coding required
Category
Some category tools for AI automation
Setup Instructions
Install Circleci MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Circleci with your AI agent.
Benefits
Automate Circleci workflows with AI
Increase productivity with AI-powered Circleci operations
Seamless integration with popular AI platforms
Enterprise-grade security and reliability
24/7 support and documentation
Related Integrations
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
Circleci
Template description for circleci
VIEWS
131
USERS
2395
CATEGORY
Some category
VERSION
0.1.0(Updated 12h ago)
131VIEWS
2395USERS
Install MCP Server
Paste and run this command in your terminal to set up Cursor with MCP
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.