GitHub Actions MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token (classic or fine-grained) with required scopes: repo (for private repos), actions:read (minimum for read-only), actions:write (for trigger/cancel) | |
| GHA_MCP_FALLBACK_KEY | No | Optional Anthropic API key for fallback AI (Haiku) integration for log analysis |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gha_list_workflowsB | List workflows in a repository |
| gha_get_workflowC | Get workflow definition and metadata |
| gha_list_runsC | List workflow runs with filtering |
| gha_get_runC | Get detailed run information including jobs |
| gha_get_run_logsC | Fetch logs for a workflow run |
| gha_trigger_workflowC | Trigger a workflow_dispatch event |
| gha_rerun_workflowC | Re-run a workflow |
| gha_cancel_runC | Cancel a running workflow |
| gha_set_workflow_stateC | Enable or disable a workflow |
| gha_diagnose_failureB | Analyze a failed workflow run (with optional AI diagnosis) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArkTechNWA/github-actions-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server