Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WJ_ENVYesRequired. Selects the host preset: 'dev' or 'prod'. There is no default, so an empty value cannot silently point production at the dev hosts.
WJ_PORTNoOptional. Listen port, defaults to 8080.8080
WJ_REDIS_TLSNoOptional. 'true' to connect over TLS, with the certificate verified.
WJ_TOKEN_KEYYesRequired. 64 hex characters; encrypts the session envelope.
WJ_LOGIN_MODENoOptional. 'form' or 'redirect'. Defaults to 'form'.form
WJ_REDIS_HOSTNoRequired only when WJ_LOGIN_MODE=redirect. The accounts session store host.
WJ_REDIS_PORTNoOptional. Redis port, defaults to 6379.6379
WJ_API_BASE_URLNoOptional. Plugin API host, when it differs from the preset for WJ_ENV.
WJ_AUTH_BASE_URLNoOptional. Accounts service origin, when it differs from the preset.
WJ_PUBLIC_BASE_URLYesRequired. Externally reachable origin, published in the OAuth discovery documents.
WJ_ACC_CACHE_PREFIXNoRequired only when WJ_LOGIN_MODE=redirect. The accounts service's own CACHE_PREFIX, which it also returns as sso_prefix.
WJ_FINGERPRINT_SECRETYesRequired. At least 32 characters; derives each member's device fingerprint. Must be identical across all tasks and not rotated casually.
WJ_REDIS_TLS_INSECURENoOptional. 'true' drops certificate verification; last resort only.
WJ_REQUEST_TIMEOUT_MSNoOptional. Per-request timeout in milliseconds, defaults to 15000.15000
WJ_EXTRA_REDIRECT_HOSTSNoOptional. Extra callback hosts, comma separated, beyond claude.ai, anthropic.com and loopback.
WJ_REDIS_TLS_SERVERNAMENoOptional. The name the Redis certificate was issued for, when it differs from the host dialled.

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

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/sukanya005chakraborty-tech/Work-Journal-MCP'

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