Agent Comms for Cursor
io.github.exadev/agent-comms
Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP
client:Cursor
transport:stdio
runtime:npm
Install Agent Comms in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-comms": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-comms"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs