Vibe Coding
Tip: Use claude-mem's Server-Beta Runtime for Shared Team Memory with Tenant Isolation
claude-mem v13.1.0's server-beta mode replaces per-developer SQLite with a centralized Postgres backend. Set up with Docker Compose: one Postgres instance, BullMQ job queues, and API key scoping per developer. Each team member gets tenant-isolated memory while sharing the same infrastructure. The Apache 2.0 license (changed from AGPL-3.0) means you can embed this in proprietary CI/CD pipelines without open-source obligations. Useful for teams where multiple developers need consistent agent context.
Source
↳ Follow the thread