Skip to content
Windsurf

agent comm for Windsurf

io.github.keshrath/agent-comm

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

client:Windsurf transport:stdio runtime:npm

Install agent comm in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

agent comm in other clients