Agent Comms
Rank #2,700io.github.ExaDev/agent-comms
Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP
Agent Comms is a Model Context Protocol (MCP) server published by exadev. It ranks #2,700 of 121,933 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Agent Comms is listed across 3 registries — Official MCP, PulseMCP and Glama, with 31 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 119,233 of 121,933 servers on MCP Toplist.
Use Agent Comms
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-comms -- npx -y agent-comms[mcp_servers.agent-comms]
command = "npx"
args = ["-y", "agent-comms"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-comms": {
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-comms": {
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-comms": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-comms": {
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-comms": {
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ExaDev%2Fagent-comms)<a href="https://mcptoplist.com/server/io.github.ExaDev%2Fagent-comms"><img src="https://mcptoplist.com/badge/io.github.ExaDev%2Fagent-comms.svg" alt="MCP Toplist: Top 5% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
exadev
Other servers by exadev
View all exadev servers →Available versions (31)
| Version | Published |
|---|---|
| 1.24.2 | Aug 3, 2026 |
| 1.24.1 | Jul 23, 2026 |
| 1.24.0 | Jun 6, 2026 |
| 1.23.1 | Jun 3, 2026 |
| 1.23.0 | May 30, 2026 |
| 1.22.0 | May 30, 2026 |
| 1.21.2 | May 30, 2026 |
| 1.21.1 | May 30, 2026 |
| 1.21.0 | May 30, 2026 |
| 1.20.0 | May 30, 2026 |
| 1.19.5 | May 27, 2026 |
| 1.19.4 | May 27, 2026 |
| 1.19.3 | May 27, 2026 |
| 1.19.2 | May 27, 2026 |
| 1.19.1 | May 27, 2026 |
| 1.19.0 | May 27, 2026 |
| 1.18.0 | May 27, 2026 |
| 1.17.1 | May 27, 2026 |
| 1.17.0 | May 27, 2026 |
| 1.16.1 | May 27, 2026 |
| 1.16.0 | May 27, 2026 |
| 1.15.1 | May 27, 2026 |
| 1.15.0 | May 27, 2026 |
| 1.14.0 | May 25, 2026 |
| 1.13.0 | May 23, 2026 |
| 1.12.0 | May 21, 2026 |
| 1.11.0 | May 21, 2026 |
| 1.10.2 | May 21, 2026 |
| 1.10.1 | May 21, 2026 |
| 1.10.0 | May 21, 2026 |
| 1.9.1 | May 21, 2026 |
Frequently asked questions
- Who maintains Agent Comms?
- Agent Comms is maintained by exadev, which publishes 2 MCP servers (41 total versions) tracked on MCP Toplist.
- Is Agent Comms listed on the Official MCP Registry?
- Yes — Agent Comms is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent Comms have?
- MCP Toplist tracks 31 versions of Agent Comms, most recently published on Aug 3, 2026.
- Where can I find the source code for Agent Comms?
- The source code for Agent Comms is hosted at github.com/exadev/agent-comms.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.