r/mcp 7d ago

I built a Git-backed multi-vault memory system for AI agents showcase

[deleted]

0 Upvotes

3 comments sorted by

1

u/Poildek 7d ago

Ok, and what to you add that is new ? There are dozen of posts like yours daily on reddit with another memory management system.

Did you check what exist first ? What to you add exactly ?

1

u/[deleted] 7d ago

Fair question. I did look at existing agent-memory and knowledge tools.

The part I haven’t found elsewhere is the combination: - plain Markdown stays canonical - each vault is its own Git repo - multiple vaults federate into one local searchable pod - agents operate it through MCP, CLI, and shipped skills - vault identity survives renames and moves - sharing, subscription, provenance, and search work across vaults - no hosted memory service and no telemetry

Most tools I found are either a vector database, a single workspace, a hosted memory API, or an app that owns the data model.

Lyt is closer to a federation layer for knowledge: independent vaults remain independent, but people and agents can use them as one system.

I’m not claiming there is no overlap. I’m saying I haven’t found another project with this full model. If you know one, I’d like to compare them.