ContribScout
by smshozab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host interface for Streamable HTTP. Defaults to 127.0.0.1. | 127.0.0.1 |
| MCP_PORT | No | Port for Streamable HTTP. Defaults to 8000. | 8000 |
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO). | |
| GITHUB_TOKEN | No | Optional GitHub personal access token to raise API rate limits. Public repository access works without a token. | |
| MCP_TRANSPORT | No | Transport type: 'stdio' (default) or 'streamable-http'. | stdio |
| MCP_AUTH_TOKEN | No | Shared static bearer token for protecting remote MCP endpoints. Use this or OAuth configuration. | |
| MCP_OAUTH_AUDIENCE | No | OAuth audience (API identifier) that matches the resource URL. | |
| MCP_OAUTH_ISSUER_URL | No | OAuth issuer URL (e.g., Auth0 tenant URL). Required when using OAuth authentication. | |
| MCP_OAUTH_RESOURCE_URL | No | Canonical MCP resource URL for OAuth resource server. | |
| MCP_OAUTH_REQUIRED_SCOPES | No | Comma-separated OAuth scopes required (default is 'contribscout:read'). | contribscout:read |
| MCP_RATE_LIMIT_PER_MINUTE | No | Rate limit for authenticated requests per process. Defaults to 30. | 30 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues