Skip to main content
Glama
LOUPZ-DE
by LOUPZ-DE

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoListen port3000
BASE_URLYesPublic URL without trailing slash. Must match exactly (issuer match). Locally http://localhost:3000, in production https://...
STATE_FILENoPath to state file (DCR clients + refresh tokens). Without it: pure in-memory
USERS_JSONNoTest users, e.g. [{"email":"a@b.c","password":"pw","name":"Ada"}]. Only required when AUTH_PROVIDERS includes local
SERVER_NAMENoDisplay name: serverInfo.name, mcp.json, PRM resource_name, HTML pagestest-dcr-mcp-server
TOKEN_SECRETYesJWT signature (HS256), min. 32 characters
AUTH_PROVIDERSNoComma list: local, google, entra — combinable, e.g. local,googlelocal
SESSION_SECRETYesHMAC signature of the login cookie, min. 32 characters
ENTRA_CLIENT_IDNoRequired for entra
ENTRA_TENANT_IDNoRequired for entra
ACCESS_TOKEN_TTLNoSeconds. 60 = test the refresh flow quickly3600
GOOGLE_CLIENT_IDNoRequired for google
REFRESH_TOKEN_TTLNoSeconds (30 days)2592000
SSO_ALLOWED_EMAILSNoComma list of allowed individual addresses for SSO
ENTRA_CLIENT_SECRETNoRequired for entra
SSO_ALLOWED_DOMAINSNoComma list of allowed email domains for SSO
GOOGLE_CLIENT_SECRETNoRequired for google

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/LOUPZ-DE/test-dcr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server