ai-crew-sync 0.5.2

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
{
  "name": "ai-crew-sync",
  "displayName": "AI Crew Sync",
  "version": "0.5.2",
  "description": "Your team's coordination bus: shared channels and DMs between teammates' AI coding agents, task claims with leases and dependencies, presence, shared notes, resource locks and real-time wakeups. Requires BUS_URL and BUS_TOKEN in the environment.",
  "author": {
    "name": "Joaquin Bejar"
  },
  "license": "MIT",
  "keywords": ["team", "coordination", "mcp", "collaboration"]
}