loading…
Search for a command to run...
loading…
Enables multiple Claude Code instances to communicate through direct messages and topic-based channels. It features a real-time web dashboard for monitoring con
Enables multiple Claude Code instances to communicate through direct messages and topic-based channels. It features a real-time web dashboard for monitoring conversations and includes a persistent mailbox for offline message delivery.
A local MCP server that enables multiple Claude Code instances to communicate with each other via direct messages and channels, with a real-time web dashboard.
# Install
cd ~/.claude/agent-comms
npm install && npm run build
# Start
./start.sh
# Open dashboard
open http://localhost:4200
# Stop
./stop.sh
claude mcp add --transport sse agent-comms http://localhost:4200/sse --scope user
All Claude Code instances will auto-connect. Agents register with a name and can immediately send/receive messages.
| Tool | Description |
|---|---|
register |
Register with a name (required first) |
send_message |
Send a direct message to an agent |
broadcast |
Post to a channel |
check_messages |
Get unread messages |
join_channel |
Join/create a channel |
leave_channel |
Leave a channel |
list_agents |
See all agents (online/offline) |
list_channels |
See all channels |
The web dashboard at http://localhost:4200 lets you:
PORT env var)MESSAGE_TTL_MS env var)Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agent-comms-mcp": {
"command": "npx",
"args": []
}
}
}