MCP server for GitHub Actions — view runs, read logs, re-run jobs, trigger workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-github-ac": {
"command": "npx",
"args": [
"-y",
"ofershap/mcp-server-github-actions"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-github-ac npx -y ofershap/mcp-server-github-actions
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-github-ac": {
"command": "npx",
"args": [
"-y",
"ofershap/mcp-server-github-actions"
]
}
}
}