Github Actions
Freeby MCP Community
MCP server for GitHub Actions — view workflow runs, read logs, re-run failed jobs, and manage CI/CD from your IDE
v1.0.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolgithubgithub-actions
Github Actions MCP Server
MCP server for GitHub Actions — view workflow runs, read logs, re-run failed jobs, and manage CI/CD from your IDE
Installation
npx -y mcp-server-github-actions
Reviews
Installation
Quick install
npx -y mcp-server-github-actions
Add to claude_desktop_config.json
{
"mcpServers": {
"github-actions": {
"command": "npx",
"args": ["-y", "mcp-server-github-actions"]
}
}
}