GitHub PR Reviewer
by m-musaz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the server (default 3000) | 3000 |
| NODE_ENV | No | Environment mode (default development) | development |
| WIDGET_BASE_URL | No | Base URL for the widget (used in OAuth flows) | |
| GITHUB_CLIENT_ID | Yes | GitHub OAuth Client ID from GitHub Developer Settings | |
| GITHUB_REDIRECT_URI | Yes | Redirect URI for GitHub OAuth callback | |
| MCP_OAUTH_CLIENT_ID | No | MCP OAuth client ID for ChatGPT authentication (default chatgpt-mcp-client) | chatgpt-mcp-client |
| GITHUB_CLIENT_SECRET | Yes | GitHub OAuth Client Secret from GitHub Developer Settings | |
| MCP_OAUTH_CLIENT_SECRET | No | MCP OAuth client secret for ChatGPT authentication (default chatgpt-mcp-secret-key-2024) | chatgpt-mcp-secret-key-2024 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |