MCP OAuth Server
by huberp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| LOG_LEVEL | No | Logging level | INFO |
| API_TIMEOUT | No | API request timeout (seconds) | 30 |
| ENVIRONMENT | No | Environment name | development |
| SERVER_HOST | No | HTTP server host | 0.0.0.0 |
| SERVER_NAME | No | MCP server name | mcp-oauth-server |
| SERVER_PATH | No | MCP endpoint path | /mcp |
| SERVER_PORT | No | HTTP server port | 8000 |
| API_BASE_URL | No | API base URL | https://api.github.com |
| OAUTH_ISSUER | No | OAuth issuer URL (RFC 8414) | https://github.com |
| OAUTH_SCOPES | No | Comma-separated OAuth scopes | read:user |
| SERVER_VERSION | No | Server version | 0.1.0 |
| OAUTH_CLIENT_ID | Yes | OAuth client ID | |
| OAUTH_TOKEN_URL | No | OAuth token endpoint | https://github.com/login/oauth/access_token |
| OAUTH_REDIRECT_URI | No | OAuth callback URL | http://localhost:8000/oauth/callback |
| OAUTH_CLIENT_SECRET | Yes | OAuth client secret | |
| OAUTH_AUTHORIZATION_URL | No | OAuth authorization endpoint | https://github.com/login/oauth/authorize |
| OAUTH_GRANT_TYPES_SUPPORTED | No | Supported grant types | authorization_code,refresh_token |
| OAUTH_RESPONSE_TYPES_SUPPORTED | No | OAuth response types | code |
| OAUTH_TOKEN_ENDPOINT_AUTH_METHODS | No | Token endpoint auth methods | client_secret_post,client_secret_basic |
| OAUTH_CODE_CHALLENGE_METHODS_SUPPORTED | No | PKCE methods supported | S256 |
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
ActivityInactive
ResponsivenessNo issues