Github Actions
Free与 Github Actions 交互,管理工作流。
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
Pros & Cons
- 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
- 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