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
{
"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