OAuth MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Path to log file | oauth_mcp_server.log |
| CLIENT_ID | No | Azure AD client ID | |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, etc.) | DEBUG |
| TENANT_ID | No | Azure AD tenant ID | |
| AUTH_METHOD | No | Authentication method: CLIENT_CREDENTIALS or DEVICE_CODE | CLIENT_CREDENTIALS |
| OAUTH2_SCOPE | No | OAuth2 scope for the API | |
| CLIENT_SECRET | No | Azure AD client secret (required for CLIENT_CREDENTIALS flow) | |
| ACCESS_TOKEN_URL | No | Token endpoint URL. Default uses TENANT_ID | https://login.microsoftonline.com/{TENANT_ID}/oauth2/v2.0/token |
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
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/walkerpauldavid/oauth_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server