github-actions-mcp-server
This MCP server enables AI assistants to manage and operate GitHub Actions workflows.
The GitHub Actions MCP Server provides a comprehensive solution for managing workflows in GitHub repositories. It allows users to list, view, trigger, cancel, and rerun workflows seamlessly. With detailed workflow run analysis, users can gain insights into the performance and status of their workflows and jobs. The server is designed with security in mind, featuring timeout handling, rate limiting, and strict URL validation to ensure safe operations. Additionally, the server offers robust error handling with clear messages and flexible type validation to accommodate variations in API responses. It is compatible with multiple AI coding assistants, making it a versatile tool for developers looking to enhance their workflow management capabilities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"github-actions-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github-actions-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions