73
/ 100
10 hours ago
glama

chatroom-mcp

A coordination server for Claude Code agents that provides a shared chat room and task board with atomic ownership, enabling seamless collaboration across machines.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: CHATROOM_MQTT_PASS, CHATROOM_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCHATROOM_MAX_FILE_BYTES1048576 put_file size cap
configCHATROOM_MAX_WAIT_S90 wait_for_change ceiling; under Cloudflare's 100s edge timeout
configCHATROOM_DNS_REBIND_PROTECTIONwith =off if you front it with your own gate.
configCHATROOM_ALLOWED_HOSTScp .env.example .env && $EDITOR .env # set to your host
configCHATROOM_ALLOWED_ORIGINSunset browser Origins permitted on /mcp; unlisted ones get 403
configCHATROOM_MQTT_HOSTMQTT bridge (optional): set and every room event is published to
configCHATROOM_MQTT_PORT
configCHATROOM_MQTT_PREFIX
configCHATROOM_MQTT_USER
🔐 secretCHATROOM_MQTT_PASS
configCHATROOM_PRUNECHATROOM_PRUNE_INTERVAL 3600 seconds between retention prunes (=off disables)
configCHATROOM_PRUNE_INTERVAL3600 seconds between retention prunes (CHATROOM_PRUNE=off disables)
configCHATROOM_DB/data/chatroom/chatroom.db SQLite path
configCHATROOM_AUTH_FAIL_LIMITafter bad attempts per address — a valid token is never
configCHATROOM_AUTH_FAIL_WINDOW
configCHATROOM_URL
🔐 secretCHATROOM_TOKEN
configCHATROOM_ROOM
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/warrenschultz-chatroom-mcp-ghdwfb)](https://m8ven.ai/mcp/warrenschultz-chatroom-mcp-ghdwfb)
commit: 122b15775fdd21b00796e749621386ff8d855fd3
code hash: e23e5722fb1c0e193003c77c299f37a11f45ed468b6467a84546cf82a4f4e672
verified: 7/31/2026, 9:15:37 AM
view raw JSON →