An MCP server for interacting with GitHub Actions workflows. This server provides tools to query and monitor GitHub Actions workflow runs.
- List workflow runs with filtering options
- Get the latest workflow run
- Get failed workflow runs
- Filter by status, branch, and event type
npm install
- Build the project:
npm run build
- Start the server:
npm start
Lists GitHub Actions workflow runs for a repository with filtering options.
Gets the most recent workflow run, with optional filtering by workflow ID.
Gets a list of failed workflow runs, with configurable limit.
You'll need a GitHub personal access token with appropriate permissions to access private repositories.
MIT