Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug, info, warn, error, fatal) | info |
| SERVER_NAME | No | MCP server name | github-mcp-server |
| GITHUB_TOKEN | Yes | GitHub personal access token (required) | |
| API_TIMEOUT_MS | No | Timeout for API calls in milliseconds | 10000 |
| SERVER_VERSION | No | MCP server version | 0.1.0 |
| RATE_LIMITING_ENABLED | No | Whether rate limiting is enabled | true |
| RATE_LIMITING_MIN_REMAINING | No | Minimum remaining requests before throttling | 100 |
| RATE_LIMITING_RESET_BUFFER_MS | No | Time buffer to add to rate limit reset time | 5000 |
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 | |