ai-crew-sync 0.3.0

MCP server that lets Claude Code instances across a team 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}"
      }
    }
  }
}