Control GitHub Actions workflows from your AI assistant to list runs, read logs, rerun jobs, cancel builds, and trigger deployments within your editor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-github-ac": {
"command": "npx",
"args": [
"-y",
"ka1ss3r23/mcp-server-github-actions"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-github-ac npx -y ka1ss3r23/mcp-server-github-actions
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-github-ac": {
"command": "npx",
"args": [
"-y",
"ka1ss3r23/mcp-server-github-actions"
]
}
}
}
📋 Copy