Team up multiple AI coding sessions (Claude Code + Codex) with shared mailboxes, a task board, and guided setup — MCP server plus plugins for both hosts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cloud-bridge-relay": {
"command": "npx",
"args": [
"-y",
"gy-yywq-s/cloud-bridge-relay"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cloud-bridge-relay npx -y gy-yywq-s/cloud-bridge-relay
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloud-bridge-relay": {
"command": "npx",
"args": [
"-y",
"gy-yywq-s/cloud-bridge-relay"
]
}
}
}
📋 Copy