Skip to content
Cursor

intercom for Cursor

io.github.muhammadtalhamt/intercom

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

client:Cursor transport:stdio runtime:npm

Install intercom in Cursor

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

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

{
  "mcpServers": {
    "intercom": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

intercom in other clients