NevaMind-AI/memU
#174 of 783 by Stars among GitHub repos
Personal memory across agents
About
Across Agents. Fast retrieval. Lower cost.
memU is a 500-line memory system for AI agents. Agents write what's worth keeping as Markdown; memU stores it, embeds it, and retrieves ranked context in a single call — embeddings are the only model calls it makes. The entire memory logic lives in agentic.py + service.py; everything else is pluggable storage and embedding transport.
Installation is agent-driven. The guides are written for the agent, not for you. One message is the whole setup — tell your agent:
It works for Codex, Claude Code, Cursor, OpenClaw, Hermes — and any other agent, via detection. Details in Host adapters.
Or straight from the terminal — no code:
State persists in a…
Excerpted from github.com/NevaMind-AI/memU
Latest metrics
| Stars | 14.0k | 2026-07-16 |
|---|---|---|
| Forks | 1.0k | 2026-07-16 |
| Commits | 352 | 2026-07-16 |
| Releases | 24 | 2026-07-16 |
| Watchers | 65 | 2026-07-16 |
| Open issues | 48 | 2026-07-16 |
| Open PRs | 37 | 2026-07-16 |