KosmoKrator

devtools

CircleCI MCP, CLI, and Lua Integration for AI Agents

CircleCI integration docs for AI agents: MCP gateway setup, CircleCI CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

CircleCI for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
circleci
route_slug
circleci
package
circleci
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

CircleCI MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for CircleCI.

CircleCI CLI Matrix

Use these pages for direct CircleCI CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
circleci.circleci_list_pipelines Read read 4 List recent CI/CD pipelines in CircleCI. Filter by organization slug and branch. Returns pipeline IDs, status, trigger information, and revision details.
circleci.circleci_get_pipeline Read read 1 Get detailed information about a specific CircleCI pipeline, including its status, configuration, trigger source, and commit details.
circleci.circleci_list_workflows Read read 1 List all workflows for a specific CircleCI pipeline. Shows workflow names, statuses (running, success, failed, etc.), and timing information.
circleci.circleci_get_workflow Read read 1 Get detailed information about a specific CircleCI workflow, including its status, timing, duration, and associated project.
circleci.circleci_list_projects Read read 2 List all projects in a CircleCI organization. Returns project slugs, repository URLs, and VCS provider information.
circleci.circleci_trigger_pipeline Write write 4 Trigger a new CI/CD pipeline on a CircleCI project. Specify the organization, project, branch, and optional pipeline parameters.
circleci.circleci_get_current_user Read read 0 Get the current authenticated CircleCI user profile. Returns login, name, and account details. Useful for verifying API token validity.