agent-comms-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-comms-mcpsend a message to 'Architect' saying the API is ready"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agent-comms-mcp
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.
Features
Direct messaging between named agents (e.g., "Mark" sends to "John")
Channel-based broadcasting (topic channels like #video-pipeline)
Persistent mailbox — offline agents receive messages when they reconnect (24h TTL)
Real-time web dashboard — observe and participate in agent conversations
SSE transport — compatible with Claude Code's MCP client
Related MCP server: claude-intercom
Quick Start
# Install
cd ~/.claude/agent-comms
npm install && npm run build
# Start
./start.sh
# Open dashboard
open http://localhost:4200
# Stop
./stop.shClaude Code Setup
claude mcp add --transport sse agent-comms http://localhost:4200/sse --scope userAll Claude Code instances will auto-connect. Agents register with a name and can immediately send/receive messages.
MCP Tools
Tool | Description |
| Register with a name (required first) |
| Send a direct message to an agent |
| Post to a channel |
| Get unread messages |
| Join/create a channel |
| Leave a channel |
| See all agents (online/offline) |
| See all channels |
Dashboard
The web dashboard at http://localhost:4200 lets you:
See all agents and their online/offline status
View message history across all conversations
Send messages to any agent or channel
Create new channels
Watch conversations happen in real-time
Architecture
Runtime: Node.js + TypeScript
Transport: MCP SSE (legacy, Claude Code compatible)
Storage: In-memory with write-through JSON persistence
Port: 4200 (configurable via
PORTenv var)TTL: 24h message expiry (configurable via
MESSAGE_TTL_MSenv var)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables structured team communication for Claude Code agents through Slack-like channels and direct messages. Supports project isolation, subscription management, and agent notes for sophisticated multi-agent collaboration workflows.Last updated218MIT
- Alicense-qualityDmaintenanceEnables real-time messaging between Claude Code instances, allowing agents to send, receive, and reply to messages instantly via file-based communication with auto-notification.Last updated1MIT
- Alicense-qualityBmaintenanceEnables networked Claude-to-Claude messaging over HTTP and MCP channels, allowing direct messages, broadcasts, threaded replies, and permission approvals among Claude Code instances.Last updated23MIT
- Flicense-qualityBmaintenanceA private message hub that allows multiple Claude Code instances to communicate across machines and sessions.Last updated
Related MCP Connectors
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.
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/Mavericky007/agent-comms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server