GA

GitHub Actions

Created 6 months ago

MCP Server for the GitHub Actions API, enabling AI assistants to manage workflows.

development documentation public

What is GitHub Actions?

A Model Context Protocol (MCP) server for interacting with GitHub Actions.

Documentation

GitHub Actions MCP Server

Features

  • Complete Workflow Management: List, view, trigger, cancel, and rerun workflows
  • Workflow Run Analysis: Get detailed information about workflow runs and their jobs
  • Comprehensive Error Handling: Clear error messages with enhanced details
  • Flexible Type Validation: Robust type checking with graceful handling of API variations
  • Security-Focused Design: Timeout handling, rate limiting, and strict URL validation

Tools

  1. list_workflows
  2. get_workflow
  3. get_workflow_usage
  4. list_workflow_runs
  5. get_workflow_run
  6. get_workflow_run_jobs
  7. trigger_workflow
  8. cancel_workflow_run
  9. rerun_workflow

Usage with AI Coding Assistants

Compatible with Claude Desktop, Codeium, and Windsurf.

Build# Unix/Linux/macOS\n\n### Windows Troubleshooting Common Issues

  1. Authentication Errors
  2. Rate Limiting
  3. Type Validation Errors

License

This MCP server is licensed under the MIT License.

Server Config

{
  "mcpServers": {
    "github-actions-server": {
      "command": "npx",
      "args": [
        "github-actions"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: ko1ynnky
Category: community
License: MIT License
Tags:
development documentation public