Back to browse
GitHub Repository

Portable persistence for AI agent memory, using git.

5 starsShell

Musecl-memory – Zero-dependency memory sync for AI agents bash and Git

by musecl·Feb 14, 2026·3 points·0 comments

AI Analysis

MidBig BrainNiche Gem

Git-synced memory for agents sounds clever, but it's a shell script wrapper without a clear agent integration path.

Strengths
  • Novel mental model: separates portable source (git) from derived indexes, like package.json vs node_modules.
  • Zero dependencies: pure bash and git means dead-simple deployment and debugging.
  • Auditable and private: memory source lives in your repo, no cloud APIs or vendor lock-in.
Weaknesses
  • No integration story: doesn't plug into any actual agent framework (Claude SDK, Anthropic API, etc.); unclear how an agent uses this.
  • MVP-level execution: 3 stars, no releases, no examples of agents actually using it, shell scripts only.
Target Audience

AI agent developers who need portable, offline-first memory persistence.

Similar To

Mem0 · Restack · LangChain memory

Similar Projects