GitHub Actions MCP Server
Manage CI/CD workflows with GitHub Actions through your AI assistant - trigger runs, check status, and debug failures.
April 15, 2026
mcpdevopsgithub-actionscicdworkflows
GitHub Actions MCP Server
Manage GitHub Actions workflows directly from your AI assistant.
What it Does
- Workflow Management: List and inspect workflows
- Run Control: Trigger workflow runs and monitor progress
- Job Debugging: View logs and diagnose failed jobs
- Artifact Access: Download and inspect build artifacts
- Secret Management: View and update repository secrets
Installation
# Using npx
npx -y @anthropic-ai/mcp-server-github-actions
# Using Docker
docker run -i --rm -e GITHUB_TOKEN mcp/github-actions
Configuration
{
"mcpServers": {
"github-actions": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-github-actions"],
"env": {
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
}
}
}
}
Example Prompts
- "Show me the latest workflow runs for main branch"
- "Why did the CI workflow fail?"
- "Trigger the deployment workflow for staging"
- "Show logs from the test job"
- "List all workflows in this repository"
Required Permissions
repo- Full repository accessworkflow- Update GitHub Actions workflowsactions:read- View workflow runs and jobs
Related Articles
Blender MCP Server
Blender MCP Server connects Blender to Claude AI through the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling, scene creation, and manipulation.
Salesforce DX MCP Server
Salesforce DX MCP servers enable AI models to interact with Salesforce instances, providing capabilities for managing orgs, metadata, data, and users.
Airtable MCP Server
Airtable MCP servers enable AI models to interact with Airtable bases, providing capabilities for base management, record operations, field configuration, and structured data automation.