Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub personal access token with the gist scope. | |
| GITHUB_PERSONAL_ACCESS_TOKEN | No | GitHub personal access token with the gist scope. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gist_list | List your GitHub Gists |
| gist_get | Get a specific Gist by ID (includes file contents) |
| gist_create | Create a new GitHub Gist |
| gist_update | Update an existing Gist (description or file contents) |
| gist_delete | Delete a Gist by ID |
| gist_starred | List your starred Gists |
| gist_star | Star a Gist |
| gist_unstar | Unstar a Gist |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |