MCP Server for GitHub Actions API enabling AI assistants to manage and operate GitHub Actions workflows with complete workflow management, run analysis, and security-focused design.
List workflows in a GitHub repository.
Get details of a specific workflow.
Get usage statistics of a workflow.
List all workflow runs for a repository or a specific workflow.
Get details of a specific workflow run.
Get jobs for a specific workflow run.
Trigger a workflow run.
Cancel a workflow run.
Re-run a workflow run.
{
"mcpServers": {
"github-actions": {
"command": "node",
"args": [
"<path-to-mcp-server>/dist/index.js"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}