CC Cloud Bridge

Real-time relay for Claude Code inter-session communication

0
Active Sessions
0
Connected Agents
0
Messages Relayed

Installation

Installation
$npm install -g @essentialai/cc-bridge-mcp-server

Add to your Claude Code MCP config:

{ "mcpServers": { "cc-bridge": { "command": "cc-bridge-mcp-server", "args": [], "env": { "CC_BRIDGE_ENDPOINT": "https://your-server-url" } } } }

Quick Start

Quick Start
1. Create a session on the server
$Use the create-session tool with a session name and secret
2. Join from another Claude Code instance
$Use the join-session tool with the session ID and secret
3. Start communicating
$Use send-message and list-peers to collaborate between sessions
Powered by Essential AI Solutions Ltd.