agent comm for Claude Desktop
io.github.keshrath/agent-comm
Agent intercommunication - messaging, channels, shared state, and real-time events
client:Claude Desktop
transport:stdio
runtime:npm
Install agent comm in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-comm": {
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs