Closed
Description
Describe the feature or problem you’d like to solve
GitHub Actions has a suite of APIs that users may want to use with their AI-powered tools.
Proposed solution
We add tools for Actions, starting with some of the core APIs like:
- Listing workflows
- Listing workflow runs
- Triggering a workflow (via
workflow_dispatch
) - Re-running workflows
- Downloading logs for a run
Activity
jantmanAtCox commentedon May 2, 2025
This is extremely important for projects that have CI/CD systems that aren't feasible to run locally, where the only way for the agent to get feedback on changes is to be able to access workflow run status and logs.
DexterPOSH commentedon Jun 6, 2025
really like this proposal, at work we were in the midst of adding these tools for GH Actions API, it'd be great if the GH MCP server supports this out of the box.
I am happy to contribute as well to add this support. I already see a PR from @joshmgross for running a workflow 👍🏼