Skip to content
Cline

agent comm for Cline

io.github.keshrath/agent-comm

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

client:Cline transport:stdio runtime:npm

Install agent comm in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent comm in other clients