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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/huberp/mcp-oauth-mcpserver-blueprint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server