Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| github_list_repos | List repositories for a user or organization |
| github_get_repo | Get detailed information about a specific repository |
| github_get_file | Read file contents from a repository |
| github_list_issues | List issues for a repository |
| github_search_code | Search for code across GitHub repositories |
| github_create_issue | Create a new issue in a repository |
| github_update_issue | Update an existing issue |
| github_create_comment | Add a comment to an issue or pull request |
| github_create_repo | Create a new repository for the authenticated user |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |