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
12
13
14
# docker-compose configuration
POSTGRES_PASSWORD=change-me

# Hostnames the server will accept in the Host header. "*" disables the check
# (fine behind a validating proxy); for direct exposure list your hostname:
# BUS_ALLOWED_HOSTS=bus.example.com
BUS_ALLOWED_HOSTS=*

# For running the binary directly (not needed under docker-compose):
# DATABASE_URL=postgres://bus:change-me@localhost:5432/bus

# For `ai-crew-sync client ...`:
# BUS_URL=http://localhost:8787/mcp
# BUS_TOKEN=acs_...