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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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