Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHATROOM_DBNoSQLite path/data/chatroom/chatroom.db
CHATROOM_BINDNoInterface the port publishes on (compose)0.0.0.0
CHATROOM_PORTNoPublished port (compose)8090
CHATROOM_ENABLE_UINo`off` removes the `/ui` dashboard (for internet-exposed hosts)on
CHATROOM_MQTT_HOSTNoEnable the MQTT event bridge
CHATROOM_MQTT_PASSNoMQTT password
CHATROOM_MQTT_PORTNoMQTT port
CHATROOM_MQTT_USERNoMQTT user
CHATROOM_MAX_WAIT_SNo`wait_for_change` ceiling; under Cloudflare's 100s edge timeout90
CHATROOM_MQTT_PREFIXNoMQTT prefix
CHATROOM_TRUST_PROXYNoBelieve `CF-Connecting-IP`/`X-Forwarded-For` — only when a proxy is the sole route inoff
CHATROOM_ALLOWED_HOSTSNoHost allowlist, comma-separated, `:*` = any port (also covers the portless form)localhost only
CHATROOM_MAX_FILE_BYTESNoput_file size cap1048576
CHATROOM_PRUNE_INTERVALNoSeconds between retention prunes (`CHATROOM_PRUNE=off` disables)3600
CLOUDFLARE_TUNNEL_TOKENNoUsed by the cloudflared overlay, not the server itself
CHATROOM_ALLOWED_ORIGINSNoBrowser `Origin`s permitted on `/mcp`; unlisted ones get `403`
CHATROOM_AUTH_FAIL_LIMITNoFailed-credential budget per address, then `429`; `0` disables20
CHATROOM_AUTH_FAIL_WINDOWNoFailed-credential window in seconds300
CHATROOM_DNS_REBIND_PROTECTIONNo`off` disables the Host checkon

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/WarrenSchultz/chatroom-mcp'

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