Relays messages between two Claude Code sessions on different machines using the Channels API
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
claude-intercom · npm · 2.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MuhammadTalhaMT/intercom",
"description": "Relays messages between two Claude Code sessions on different machines using the Channels API",
"repository": {
"url": "https://github.com/MuhammadTalhaMT/claude-intercom",
"source": "github"
},
"version": "2.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "claude-intercom",
"version": "2.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking.",
"isRequired": true,
"format": "string",
"name": "MY_ROLE"
},
{
"description": "Address of the other machine as host:port. A Tailscale address is recommended over a public one.",
"isRequired": true,
"format": "string",
"name": "REMOTE_HOST"
},
{
"description": "Shared secret authenticating messages between the two instances. Must match on both sides. There is no default: without it the intercom starts unpaired, binds no port, and refuses to send.",
"isRequired": true,
"format": "string",
"isSecret": true,
"placeholder": "output of: openssl rand -base64 32",
"name": "INTERCOM_SECRET"
},
{
"description": "Port to listen on for incoming messages. Defaults to 8788.",
"format": "number",
"name": "INTERCOM_PORT"
},
{
"description": "Interface to bind the listener to. Defaults to 0.0.0.0. Set 127.0.0.1 when a tunnel fronts the intercom, so only the tunnel can connect.",
"format": "string",
"name": "INTERCOM_HOST"
},
{
"description": "How long an outbound POST may hang before giving up. Defaults to 10000.",
"format": "number",
"name": "INTERCOM_SEND_TIMEOUT_MS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T17:11:43.073947Z",
"publishedAt": "2026-08-19T17:11:43.073947Z",
"updatedAt": "2026-08-19T17:11:43.073947Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.