Agent Comms for Grok
io.github.exadev/agent-comms
Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP
client:Grok
transport:stdio
runtime:npm
Install Agent Comms in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-comms": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs