GitHub Actions Server
An MCP server for interacting with GitHub Actions workflows
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the GitHub Actions Server MCP server manually.
GitHub Actions MCP Server
An MCP server for interacting with GitHub Actions workflows. This server provides tools to query and monitor GitHub Actions workflow runs.
Features
- List workflow runs with filtering options
- Get the latest workflow run
- Get failed workflow runs
- Filter by status, branch, and event type
Installation
npm install
Usage
- Build the project:
npm run build
- Start the server:
npm start
Available Tools
list-workflow-runs
Lists GitHub Actions workflow runs for a repository with filtering options.
get-latest-workflow-run
Gets the most recent workflow run, with optional filtering by workflow ID.
get-failed-workflow-runs
Gets a list of failed workflow runs, with configurable limit.
Configuration
You'll need a GitHub personal access token with appropriate permissions to access private repositories.
License
MIT
Stars
1Forks
1Last commit
4 months agoRepository age
4 months
Auto-fetched from GitHub .
MCP servers similar to GitHub Actions Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit