Skip to content

intercom in namespace io.github

io.github.MuhammadTalhaMT/intercom · Status: active

No name of its own reaches this register for this entry. The heading therefore carries the trailing segment of the identifier; the identifier itself is listed below as a coordinate.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.MuhammadTalhaMT/intercom
Package coordinate
npm:claude-intercom
Version
2.1.0
Listed in the registry
2026-08-19
Changed in the registry
2026-08-19
First seen by tracevero
2026-08-17
Vendor's website
https://github.com/MuhammadTalhaMT/claude-intercom

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

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredyes
Raw declaration – Required secret variables (raw): INTERCOM_SECRET
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-17 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio
Source: MCP-Register · collected on 2026-08-17 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-17 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/MuhammadTalhaMT/claude-intercom
Source: MCP-Register · collected on 2026-08-17 · derived
Version2.1.0
Source: MCP-Register · collected on 2026-08-20 · self-declared

Position within the holdings

How many of the 25,181 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 2,833 of 25,181 entries.

This entry appears in these selections

The source's raw values24

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Description (raw)Relays messages between two Claude Code sessions on different machines using the Channels API
Source: MCP-Register · collected on 2026-08-26 · self-declared
Environment variables (raw)MY_ROLE, REMOTE_HOST, INTERCOM_SECRET, INTERCOM_PORT, INTERCOM_HOST, INTERCOM_SEND_TIMEOUT_MS
Source: MCP-Register · collected on 2026-08-20 · self-declared
Required secret variables (raw)INTERCOM_SECRET
Source: MCP-Register · collected on 2026-08-17 · self-declared
Transports (raw)stdio
Source: MCP-Register · collected on 2026-08-17 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Repository (raw)https://github.com/MuhammadTalhaMT/claude-intercom
Source: MCP-Register · collected on 2026-08-17 · self-declared
Package registries (raw)npm
Source: MCP-Register · collected on 2026-08-17 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
First listed in the registry (raw)2026-08-19
Source: MCP-Register · collected on 2026-08-20 · self-declared
Last changed in the registry (raw)2026-08-19
Source: MCP-Register · collected on 2026-08-20 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-17 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-17 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-17 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Package identifiers (raw)claude-intercom
Source: MCP-Register · collected on 2026-08-17 · self-declared
Package versions (raw)2.1.0
Source: MCP-Register · collected on 2026-08-20 · self-declared
Runtime hints (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared
Environment variable formats (raw)number, string
Source: MCP-Register · collected on 2026-08-17 · self-declared
Environment variable descriptions (raw)INTERCOM_HOST=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. · INTERCOM_PORT=Port to listen on for incoming messages. Defaults to 8788. · INTERCOM_SECRET=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. · INTERCOM_SEND_TIMEOUT_MS=How long an outbound POST may hang before giving up. Defaults to 10000. · MY_ROLE=Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking. · REMOTE_HOST=Address of the other machine as host:port. A Tailscale address is recommended over a public one.
Source: MCP-Register · collected on 2026-08-20 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-17 · self-declared

Changes

Changes
2026-08-26Description (raw): – → Relays messages between two Claude Code sessions on different machines using the Channels API
2026-08-20Version: 2.0.0 → 2.1.0
2026-08-20Last changed in the registry (raw): 2026-08-16 → 2026-08-19
2026-08-20First listed in the registry (raw): 2026-08-16 → 2026-08-19
2026-08-20Environment variable descriptions (raw): INTERCOM_PORT=Port to listen on for incoming messages. Defaults to 8788. · INTERCOM_SECRET=Shared secret authenticating messages between the two instances. Must match on both sides. · INTERCOM_SEND_TIMEOUT_MS=How long an outbound POST may hang before giving up. Defaults to 10000. · MY_ROLE=Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking. · REMOTE_HOST=Address of the other machine as host:port. A Tailscale address is recommended over a public one. → INTERCOM_HOST=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. · INTERCOM_PORT=Port to listen on for incoming messages. Defaults to 8788. · INTERCOM_SECRET=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. · INTERCOM_SEND_TIMEOUT_MS=How long an outbound POST may hang before giving up. Defaults to 10000. · MY_ROLE=Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking. · REMOTE_HOST=Address of the other machine as host:port. A Tailscale address is recommended over a public one.
2026-08-20Package versions (raw): 2.0.0 → 2.1.0
2026-08-20Environment variables (raw): MY_ROLE, REMOTE_HOST, INTERCOM_SECRET, INTERCOM_PORT, INTERCOM_SEND_TIMEOUT_MS → MY_ROLE, REMOTE_HOST, INTERCOM_SECRET, INTERCOM_PORT, INTERCOM_HOST, INTERCOM_SEND_TIMEOUT_MS
2026-08-17Version: – → 2.0.0
2026-08-17Repository URL listed: – → true
2026-08-17Path argument present: – → false

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-muhammadtalhamt-intercom