Github Actions logo

Github Actions

Free

与 Github Actions 交互,管理工作流。

FreeFree tier
Type
Open Source

About Github Actions

GitHub Actions MCP Server is an open-source Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with the GitHub Actions API. It enables AI coding assistants like Claude Desktop, Codeium, and Windsurf to manage and operate GitHub Actions workflows programmatically. The server offers complete workflow management capabilities including listing, viewing, triggering, cancelling, and rerunning workflows, as well as detailed analysis of workflow runs and their jobs. It features comprehensive error handling, flexible type validation, and security-focused design with timeout handling, rate limiting, and strict URL validation. Note: This repository has been archived (read-only) as of July 2025 because the official GitHub MCP server is adding Actions support.

Key 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 with clear error messages and enhanced details
Flexible type validation with robust type checking and graceful handling of API variations
Security-focused design: timeout handling, rate limiting, and strict URL validation
Compatible with Claude Desktop, Codeium, and Windsurf
Supports pagination and filtering for workflow runs (by actor, branch, event, status, date, etc.)
MCP protocol implementation for standardized AI tool interaction

Pros & Cons

Pros
  • Open source and free to use under MIT license
  • Wide compatibility with popular AI coding assistants (Claude, Codeium, Windsurf)
  • Implements MCP standard for extensible tool integration
  • Comprehensive feature set covering most GitHub Actions API operations
  • Robust error handling and security measures
Cons
  • Repository is archived and no longer actively maintained
  • Superseded by the official GitHub MCP server which will include Actions support
  • Limited to GitHub Actions API; does not cover other GitHub features
  • Requires separate MCP client setup to function
  • Documentation limited to the README file

Best For

AI assistants managing and monitoring CI/CD pipelines on GitHubAutomated triggering and cancellation of workflow runs via natural language commandsDevelopers delegating workflow operations to coding assistantsIntegrating GitHub Actions management into AI-driven development workflowsAnalyzing workflow run history and job status programmatically

FAQ

What AI assistants are compatible with this MCP server?
The server is compatible with Claude Desktop, Codeium, and Windsurf.
Is this repository still maintained?
No. The repository was archived on July 10, 2025 and is now read-only because the official GitHub MCP server is adding Actions support.
What operations can I perform with this server?
You can list workflows, get workflow details and usage stats, list and filter workflow runs, get run details, and list jobs for a run.