Skip to content
Cursor

agent comm for Cursor

io.github.keshrath/agent-comm

Agent intercommunication - messaging, channels, shared state, and real-time events

client:Cursor transport:stdio runtime:npm

Install agent comm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-comm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-comm"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent comm in other clients