A
licenseA
qualityA
maintenanceEnables real-time cross-machine communication for Claude Code agents using a shared MCP relay server.
13
12
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: one for connection info, one for reading, one for sending. No overlap or ambiguity between them.
All tool names follow a consistent qrchat_verb_noun pattern using snake_case, making the set predictable and easy to navigate.
Three tools is well-scoped for a simple chat room interaction server, covering the essential operations without unnecessary bloat.
The core read/send workflow is fully covered, along with a connectivity check. Minor gaps like message history pagination or room management are not critical for the stated purpose.