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

  1. Build the project:
npm run build
  1. 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

Share:
Details:
  • Stars


    1
  • Forks


    1
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to GitHub Actions Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


GitHub Actions Server: MCP Server – MCP.Bar