MCP Servers / development / GitHub Actions

GitHub Actions

JSON →
none41development

An MCP Server for the GitHub Actions API, enabling AI assistants to manage and operate GitHub Actions workflows.

Install
How to run this server
[ { "cmd": "npm install -g typescript", "imports": [] } ]
server path: github-actions
Tools
What this server exposes
list_workflows
List workflows in a GitHub repository
get_workflow
Get details of a specific workflow
get_workflow_usage
Get usage statistics of a workflow
list_workflow_runs
List all workflow runs for a repository or a specific workflow
get_workflow_run
Get details of a specific workflow run
get_workflow_run_jobs
Get jobs for a specific workflow run
trigger_workflow
Trigger a workflow run
cancel_workflow_run
Cancel a workflow run
rerun_workflow
Re-run a workflow run
Configuration
Environment & auth
authnone
envGITHUB_PERSONAL_ACCESS_TOKEN
envYOUR_TOKEN
Resources
GitHub Actions — MCP Server · libregistry