Agent Chat Room MCP server - Allows multiple Claude Code agents to communicate with each other
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"agent-chat-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Agent Chat Room MCP Server Birden fazla Claude Code agent'ının birbirleriyle iletişim kurmasını sağlayan MCP sunucusu. Dosya tabanlı paylaşımlı sohbet odası ile agent'lar mesaj gönderip alabilir. ## Ozellikler - **Multi-room destegi**: Agent'lar farkli odalarda calisabilir, config degistirmeden room parametresiyle gecis yapar - Paylasimlı sohbet odası (dosya tabanlı, tüm agent'lar aynı odayı görür) - Broadcast ve direct mesajlaşma - Agent katılım/ayrılma takibi - Mesaj önceliklendirme (urgent/normal/low) - Stale agent temizleme (5 dk inaktif) - Thread-safe dosya okuma/yazma (fcntl lock) - Admin/manager için tüm mesajları okuma - **Structured output**: her tool tipli JSON döner (`Message`, `AgentInfo`, `RoomInfo` modelleri) - **Resources**: `chat://rooms` ve `chat://rooms/{room}/messages` ile oda listesi ve tam geçmiş - **Prompt**: `summarize_room` — bir odanın konuşmasını özetleten hazır şablon - **Onay sorusu**: `clear_room` silmeden önce kullanıcıya elicitation ile sorar ## Kurulum ### Option 1: Using uvx (Recommended) ```json { "mcpServers": { "agent-chat": { "command": "uvx", "args": ["agent-chat-mcp"], "env": { "AGENT_CHAT_DIR": "/tmp/agent-chat-room", "AGENT_CHAT_ROOM": "default" } } } } ``` ### Option 2: Install from Source ```bash cd agent-chat pip install -e . ``` ## Environment Variables | Degisken | Varsayilan | Aciklama | |----------|-----------|----------| | `AGENT_CHAT_DIR` | `/tmp/agent-chat-room` | Mesaj ve agent verilerinin saklanacagi dizin | | `AGENT_CHAT_ROOM` | `default` | Varsayilan oda adi (tool parametresiyle override edilebilir) | ## Araclar (Tools) ### `join_room` Sohbet odasina katil. `room` parametresi ile farkli odalara katilinabilir. ```json {"agent_name": "backend", "role": "Backend API Developer", "room": "backend-team"} ``` ### `send_message` Mesaj gonder (broadcast veya direct). ```json { "from_agent": "backend", "content": "API endpoint'leri hazir", "to_agent…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.