A focused complement to GitHub's official MCP server, which handles repos and issues but skips Actions entirely. This one plugs that gap with the GitHub Actions REST API. You can list workflow runs, filter by status, pull logs, re-run failed jobs, cancel in-progress builds, download artifacts, and trigger workflow_dispatch events. Useful when CI breaks and you want to diagnose or retry without opening a browser. Requires a personal access token with Actions read/write scope. The tool set is narrow but covers the main ops you'd do from the Actions tab: inspect, retry, cancel, trigger.
claude mcp add --transport stdio io.github.ofershap-github-actions uvx github-actions