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 |
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