test-dcr-mcp-server
by LOUPZ-DE
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port | 3000 |
| BASE_URL | Yes | Public URL without trailing slash. Must match exactly (issuer match). Locally http://localhost:3000, in production https://... | |
| STATE_FILE | No | Path to state file (DCR clients + refresh tokens). Without it: pure in-memory | |
| USERS_JSON | No | Test users, e.g. [{"email":"a@b.c","password":"pw","name":"Ada"}]. Only required when AUTH_PROVIDERS includes local | |
| SERVER_NAME | No | Display name: serverInfo.name, mcp.json, PRM resource_name, HTML pages | test-dcr-mcp-server |
| TOKEN_SECRET | Yes | JWT signature (HS256), min. 32 characters | |
| AUTH_PROVIDERS | No | Comma list: local, google, entra — combinable, e.g. local,google | local |
| SESSION_SECRET | Yes | HMAC signature of the login cookie, min. 32 characters | |
| ENTRA_CLIENT_ID | No | Required for entra | |
| ENTRA_TENANT_ID | No | Required for entra | |
| ACCESS_TOKEN_TTL | No | Seconds. 60 = test the refresh flow quickly | 3600 |
| GOOGLE_CLIENT_ID | No | Required for google | |
| REFRESH_TOKEN_TTL | No | Seconds (30 days) | 2592000 |
| SSO_ALLOWED_EMAILS | No | Comma list of allowed individual addresses for SSO | |
| ENTRA_CLIENT_SECRET | No | Required for entra | |
| SSO_ALLOWED_DOMAINS | No | Comma list of allowed email domains for SSO | |
| GOOGLE_CLIENT_SECRET | No | Required for google |
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/LOUPZ-DE/test-dcr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server