GitHub Actions CI/CD Automation
Unified capability for GitHub Actions CI/CD automation combining workflow management, run monitoring, artifact handling, secrets/variables management, and runner administration. Used by DevOps engineers, platform teams, and release managers.
What You Can Do
MCP Tools
list-workflows
List repository workflows
get-workflow
Get a specific workflow by ID or filename
trigger-workflow
Trigger a workflow dispatch event
disable-workflow
Disable a workflow
enable-workflow
Enable a workflow
list-runs
List workflow runs for a repository
get-run
Get details of a specific workflow run
cancel-run
Cancel a running workflow
rerun-workflow
Re-run a workflow
rerun-failed-jobs
Re-run only the failed jobs from a workflow run
delete-run
Delete a workflow run
list-jobs
List jobs for a workflow run
get-job
Get a specific job from a workflow run
list-artifacts
List workflow artifacts for a repository
get-artifact
Get details of a specific artifact
delete-artifact
Delete a workflow artifact
list-secrets
List repository secrets (names only, not values)
create-or-update-secret
Create or update a repository secret
delete-secret
Delete a repository secret
list-variables
List repository variables
create-variable
Create a repository variable
delete-variable
Delete a repository variable
list-caches
List Actions caches for a repository
delete-cache
Delete a specific cache entry
list-runners
List self-hosted runners for a repository
get-runner
Get a specific self-hosted runner
delete-runner
Remove a self-hosted runner from a repository