Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_DIR | No | Cache directory (default: ./cache) | ./cache |
| GITHUB_ORG | No | Organization name | |
| GITHUB_TOKEN | Yes | GitHub Personal Access Token | |
| GITHUB_ENTERPRISE | No | Enterprise slug |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_copilot_metrics_for_enterprise | Get daily Copilot usage metrics for the entire GitHub Enterprise (code completions, chat usage, active users, language/editor breakdown) |
| get_copilot_metrics_for_org | Get daily Copilot usage metrics for a GitHub Organization (code completions, chat usage, active users, language/editor breakdown) |
| get_copilot_metrics_for_team | Get daily Copilot usage metrics for a specific team within an Organization |
| get_copilot_seat_assignments | Get Copilot seat assignments for an Organization (user list with last activity date, editor info, plan type) |
| get_copilot_usage_summary | Get a combined summary of Copilot usage across Enterprise, Organization, and seat assignments. Optionally include team-level metrics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |