Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| GH_TOKEN | Yes | GitHub Personal Access Token (PAT) used for authentication with the GitHub API | |
| GH_DEFAULT_REPO | No | Default GitHub repository name to use when not specified in commands | |
| GH_ALLOWED_REPOS | No | Comma-separated list of repositories to restrict access to (format: 'owner1/repo1,owner2/repo2,owner3' where owner only allows all repos from that owner) | |
| GH_ALLOWED_TOOLS | No | Comma-separated list of specific tools to allow (takes precedence over GH_DISABLED_TOOLS if both are set) | |
| GH_DEFAULT_OWNER | No | Default GitHub repository owner to use when not specified in commands | |
| GH_DISABLED_TOOLS | No | Comma-separated list of tools to disable | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
No prompts  | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
No resources  | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
No tools  | |