MEX uses Git itself as a shared context layer for coding agents and teams

DJIRNMAN · reddit · 2026-09-09

The author open-sourced MEX (mex-memory/mex), a Git-native shared memory layer for coding agents and engineering teams.

Core idea: what team memory needs — history, diffs, changes moving with the repo, per-branch state, visible conflicts — Git already does, so skip the database/sync/accounts stack.

Tradeoffs: Git isn't a realtime bus, MEX doesn't auto push/pull, and disconnected clones still produce normal conflicts. The author argues project memory should behave more like source code than another SaaS database.

Related event: MEX: Using Git as Shared Memory Layer for Coding Agents(2 posts)→

Original post →

More from coding & agent

coding & agent channel →