Local OAuth + MCP Test Server
by gangadharrr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 4587 |
| CLIENT_ID | Yes | Must match what you configure in AI Studio | test-client |
| ENABLE_DCR | No | Set true to serve POST /register (RFC 7591 Dynamic Client Registration) | false |
| CLIENT_SECRET | Yes | Must match what you configure in AI Studio | test-secret |
| ENABLE_DISCOVERY | No | Set true to serve RFC 8414 / OIDC discovery metadata instead of 404ing | false |
| TOKEN_TTL_SECONDS | No | Access token lifetime | 3600 |
| REFRESH_TTL_SECONDS | No | Refresh token lifetime | 86400 |
| TOKEN_RESPONSE_MODE | No | Controls token endpoint response format: form | json | always_json | form |
| ISSUE_REFRESH_TOKENS | No | Set true to get a refresh_token back alongside access_token | false |
| ROTATE_REFRESH_TOKENS | No | Each refresh issues a new refresh token and invalidates the old one | true |
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
- 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/gangadharrr/Test-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server