Skip to main content
CircleCI

CircleCI

CircleCI molecule for SixDegree. Discovers CircleCI organizations, projects, pipelines, workflows, and jobs for CI/CD tracking, and exposes MCP tools to trigger, cancel, rerun, and approve work.

  • Discovery: CircleCIOrganization, CircleCIProject, CircleCIPipeline, CircleCIWorkflow, CircleCIJob. Pipelines and workflows are linked back to the projects and repositories that produced them.
  • MCP: Action tools for controlling pipelines and workflows, plus hydration tools that refresh entity detail on demand.
NameTypePurpose
circleci_trigger_pipelineWriteTrigger a new pipeline for a project.
circleci_cancel_workflowWriteCancel a running workflow.
circleci_rerun_workflowWriteRerun a workflow, optionally from failed.
circleci_approve_jobWriteApprove a job awaiting manual approval.

Hydration tools (circleci_hydrate_organization, circleci_hydrate_project, circleci_hydrate_pipeline, circleci_hydrate_workflow, circleci_hydrate_job) fetch full, current detail for a discovered entity.