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_workflows | List workflows in a repository |
| gha_get_workflow | Get workflow definition and metadata |
| gha_list_runs | List workflow runs with filtering |
| gha_get_run | Get detailed run information including jobs |
| gha_get_run_logs | Fetch logs for a workflow run |
| gha_trigger_workflow | Trigger a workflow_dispatch event |
| gha_rerun_workflow | Re-run a workflow |
| gha_cancel_run | Cancel a running workflow |
| gha_set_workflow_state | Enable or disable a workflow |
| gha_diagnose_failure | 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 | |