ai-crew-sync 0.4.0

MCP server that lets a team's AI coding agents (Claude Code, Codex, Cursor or any MCP client) exchange messages, coordinate tasks, share presence and keep shared notes, backed by Postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "mcpServers": {
    "ai-crew-sync": {
      "type": "http",
      "url": "${BUS_URL}",
      "headers": {
        "Authorization": "Bearer ${BUS_TOKEN}"
      }
    }
  }
}