chatroom-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHATROOM_DB | No | SQLite path | /data/chatroom/chatroom.db |
| CHATROOM_BIND | No | Interface the port publishes on (compose) | 0.0.0.0 |
| CHATROOM_PORT | No | Published port (compose) | 8090 |
| CHATROOM_ENABLE_UI | No | `off` removes the `/ui` dashboard (for internet-exposed hosts) | on |
| CHATROOM_MQTT_HOST | No | Enable the MQTT event bridge | |
| CHATROOM_MQTT_PASS | No | MQTT password | |
| CHATROOM_MQTT_PORT | No | MQTT port | |
| CHATROOM_MQTT_USER | No | MQTT user | |
| CHATROOM_MAX_WAIT_S | No | `wait_for_change` ceiling; under Cloudflare's 100s edge timeout | 90 |
| CHATROOM_MQTT_PREFIX | No | MQTT prefix | |
| CHATROOM_TRUST_PROXY | No | Believe `CF-Connecting-IP`/`X-Forwarded-For` — only when a proxy is the sole route in | off |
| CHATROOM_ALLOWED_HOSTS | No | Host allowlist, comma-separated, `:*` = any port (also covers the portless form) | localhost only |
| CHATROOM_MAX_FILE_BYTES | No | put_file size cap | 1048576 |
| CHATROOM_PRUNE_INTERVAL | No | Seconds between retention prunes (`CHATROOM_PRUNE=off` disables) | 3600 |
| CLOUDFLARE_TUNNEL_TOKEN | No | Used by the cloudflared overlay, not the server itself | |
| CHATROOM_ALLOWED_ORIGINS | No | Browser `Origin`s permitted on `/mcp`; unlisted ones get `403` | |
| CHATROOM_AUTH_FAIL_LIMIT | No | Failed-credential budget per address, then `429`; `0` disables | 20 |
| CHATROOM_AUTH_FAIL_WINDOW | No | Failed-credential window in seconds | 300 |
| CHATROOM_DNS_REBIND_PROTECTION | No | `off` disables the Host check | on |
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
ActivitySlowing
ResponsivenessNo issues