Claude Code Bridge from Essential AI Solutions (essentialai.uk) runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm.
MCP bridge for inter-session communication between Claude Code instances
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cc-bridge-mcp-server -- npx -y @essentialai/cc-bridge-mcp-server
{
"mcpServers": {
"cc-bridge-mcp-server": {
"args": [
"-y",
"@essentialai/cc-bridge-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.cc-bridge-mcp-server]
command = "npx"
args = ["-y", "@essentialai/cc-bridge-mcp-server"]
{
"mcpServers": {
"cc-bridge-mcp-server": {
"args": [
"-y",
"@essentialai/cc-bridge-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cc-bridge-mcp-server": {
"args": [
"-y",
"@essentialai/cc-bridge-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CC_BRIDGE_STATE_PATH (Directory for state file and logs), CC_BRIDGE_TIMEOUT_MS (CLI subprocess timeout in milliseconds), CC_BRIDGE_CHAR_LIMIT (Max characters in CLI message (0 = unlimited)), CC_BRIDGE_LOG_LEVEL (Log verbosity: debug, info, warn, error), CC_BRIDGE_CLAUDE_PATH (Path to the claude CLI executable), CC_BRIDGE_STALE_TIMEOUT_MS (Time in ms before a peer is flagged as stale (0 = disabled)).
The author declared them in the registry entry; get the values from the project itself.
Inter-agent communication for multi-agent Claude Code workflows.
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
MCP relay server for Claude Desktop <-> Claude Code communication
MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
Spawn Claude Code instances from 6 platforms when 'Dear Claude' is mentioned.
Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.
Social layer for Claude Code - DMs, presence, games between AI-assisted developers
Answers built from our own checks of this server.