About
Overview
The GitHub Actions MCP Server enables AI agents to interact with GitHub Actions CI/CD. It provides tools for listing workflows, triggering workflow runs, viewing run status and logs, and managing workflow files.
Capabilities
Tools & Capabilities
⚡list_workflows
List all workflows in a repository
⚡trigger_workflow
Trigger a workflow run
⚡list_runs
List recent workflow runs
⚡get_run_logs
Get logs from a workflow run
⚡cancel_run
Cancel a running workflow
Setup
Installation
bash
Install
npx -y mcp-server-github-actionsExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"gh-actions": {
"command": "npx",
"args": ["-y", "mcp-server-github-actions"],
"env": {
"GITHUB_TOKEN": "ghp_your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 110
Last UpdatedFeb 12, 2026