intercom for Cline
io.github.muhammadtalhamt/intercom
Relays messages between two Claude Code sessions on different machines using the Channels API
client:Cline
transport:stdio
runtime:npm
Install intercom 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": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs