Skip to content
Windsurf

intercom for Windsurf

io.github.muhammadtalhamt/intercom

Relays messages between two Claude Code sessions on different machines using the Channels API

client:Windsurf transport:stdio runtime:npm

Install intercom in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "intercom": {
      "command": "npx",
      "args": [
        "-y",
        "claude-intercom"
      ],
      "env": {
        "MY_ROLE": "<MY_ROLE>",
        "REMOTE_HOST": "<REMOTE_HOST>",
        "INTERCOM_SECRET": "<INTERCOM_SECRET>",
        "INTERCOM_PORT": "<INTERCOM_PORT>",
        "INTERCOM_HOST": "<INTERCOM_HOST>",
        "INTERCOM_SEND_TIMEOUT_MS": "<INTERCOM_SEND_TIMEOUT_MS>"
      }
    }
  }
}

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

intercom in other clients