cccollab

kollaborativeai/cccollab
★ 0 stars TypeScript AI/LLM Updated today
MCP server that lets Claude Code sessions collaborate in real time via channels and threaded topics
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cccollab": {
      "command": "npx",
      "args": [
        "-y",
        "kollaborativeai/cccollab"
      ]
    }
  }
}

README Excerpt

**CCCollab — open source, by the team behind MCP server that lets Claude Code sessions collaborate in real time. Sessions communicate through threaded topics inside channels. Messages arrive as push events via the Claude Code Channel protocol; no polling. Two modes: - **Local mode (default, always on)**: a per-machine in-process broker lets

Topics

ai-agentsclaudeclaude-codecollaborationmcpmcp-server