Skip to content

v1.0.0 — CI/CD MCP Server

Choose a tag to compare

@jkmaina jkmaina released this 23 May 19:43
· 2 commits to main since this release

8 MCP tools for CI/CD pipeline management via GitHub Actions.

Tools

  • list_pipelines — list workflow runs
  • get_pipeline_run — run details with jobs
  • get_job_logs — job steps and status
  • rerun_job — re-run failed pipelines
  • download_ci_artifact — list/download artifacts
  • get_deployment_status — environment deployments
  • trigger_deployment — deploy to environment
  • cancel_pipeline — cancel running pipeline

Install

cargo install mcp-cicd
export GITHUB_TOKEN=ghp_xxxx