Provides a shared message board and orchestration layer for coordinating multiple Claude Code sessions across different machines and repositories. Agents register themselves with a role and workspace, then poll for instructions, send status updates, and exchange typed messages (instructions, alerts, questions, responses) through a cloud relay backed by SQLite. The orchestrator session gets a bird's eye view via get_board, assigns tasks with priority levels, and monitors which agents are idle, working, or blocked. All state lives in the portal, so there's no local file syncing. Reach for this when you're running parallel Claude sessions that need to divide work, report progress, or hand off tasks without manual copy-paste coordination.
claude mcp add --transport stdio io.github.rcgalbo-aichat -- npx -y aichat-mcp