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