Loading MCP server directory, please wait...
MCP bridge for inter-session communication between Claude Code instances
npx @getmcp/cli add io.github.eaisdevelopment/cc-bridge-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.eaisdevelopment/cc-bridge-mcp-server": {
"command": "npx",
"args": [
"-y",
"@essentialai/cc-bridge-mcp-server"
],
"env": {
"CC_BRIDGE_STATE_PATH": "~/cloud_code_bridge",
"CC_BRIDGE_TIMEOUT_MS": "120000",
"CC_BRIDGE_CHAR_LIMIT": "0",
"CC_BRIDGE_LOG_LEVEL": "info",
"CC_BRIDGE_CLAUDE_PATH": "claude",
"CC_BRIDGE_STALE_TIMEOUT_MS": "1800000"
}
}
}
}