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
12
# Development override: build the bus from this checkout instead of pulling
# the published image.
#
#   docker compose -f Docker/docker-compose.yml -f Docker/docker-compose.dev.yml up -d --build
services:
  bus:
    build:
      # Relative to the project directory (the repo root, which the Makefile
      # pins with --project-directory), NOT to this file's location.
      context: .
      dockerfile: Docker/Dockerfile
    image: ai-crew-sync:dev