A Claude Code channel plugin that bridges your local Claude Code session to the Remo Code hub for remote chat access via any browser or phone.
This plugin runs as an MCP server inside your Claude Code session. It connects outbound to your Remo Code hub via WebSocket and:
- Receives messages from the web UI as
<channel source="remo-code">events - Lets Claude reply back through the
replytool - Reports session status (online/thinking/offline) in real-time
- Supports message editing and emoji reactions
/plugin install remo-code@claude-plugins-official
If not found, first add the marketplace:
/plugin marketplace add anthropics/claude-plugins-official
/remo-code:configure https://remo-code.com remo_YOUR_TOKEN
Create ~/.claude/channels/remo-code/.env:
HUB_URL=https://remo-code.com
HUB_TOKEN=remo_YOUR_TOKEN
SESSION_ID=my-project
Restart Claude Code with the channel enabled:
claude --channels plugin:remo-code@claude-plugins-officialDuring development (before official approval):
claude --dangerously-load-development-channels plugin:remo-code@claude-plugins-official- Sign in at remo-code.com (or your self-hosted hub)
- Click + New Session in the sidebar
- Copy the token from the connect modal
- Bun runtime
- Claude Code v2.1.80+
- A Remo Code hub account (remo-code.com or self-hosted)
Apache-2.0