rohitg00/agentmemory
#1 Persistent memory for AI coding agents based on real-world benchmarks
About the project
A persistent memory server for AI coding agents (Claude Code, Cursor, Codex, Copilot, etc.) that captures agent actions, compresses them into searchable memory, and injects relevant context into new sessions.
Useful for
- Connect agentmemory to Claude Code or Cursor via MCP so the agent remembers project architecture across sessions
- Run the demo command to verify recall works on sample sessions
- Set EMBEDDING_PROVIDER=local for on-device semantic search without an external provider
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 10 stars so far today, about 27 expected by the end of the day.
- GitHub Trending TypeScript today: #13, +41 stars.
- About 7 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 28,872
- Today
- 10 · ≈ 27 by evening
- Forks
- 2,512
- Issues and pull requests
- 1,394
- Watchers
- 85
- Language
- TypeScript
- License
- Apache-2.0
- Latest release
- v0.9.29 · August 16, 2026
- Created
- February 25, 2026
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026GitHub Trending TypeScript today: #13, +41 stars
Similar by description
-
2.6
thedotmack/claude-mem
Persistent memory system for Claude Code and other agents: it captures agent actions via lifecycle hooks, compresses them into semantic summaries, and injects relevant context into future sessions.
-
2.2
Gentleman-Programming/engram
Persistent memory for AI coding agents: a single Go binary with SQLite and FTS5, exposed via MCP, HTTP API, CLI, and TUI. It lets an agent store and recall decisions, bugs, and conventions across sessions.
-
0.6
friday-memory/friday
Friday is a self-hosted persistent memory layer for AI coding agents (Cursor, Claude, VS Code), running as an MCP server. It stores decisions, schemas and preferences across sessions using Mem0, ChromaDB and Neo4j.
-
1.6
supermemoryai/supermemory
Memory and context engine for AI: extracts facts from conversations, builds user profiles, combines RAG and memory in one API, runs locally or in the cloud.
-
2.3
volcengine/OpenViking
Open-source context database for AI agents: stores knowledge, user memory and skills as a viking:// virtual filesystem with search and tiered context loading.
-
1.3
NxcoreAI/NxMem
A context and long-term memory engine for LLM agents: turns conversations and documents into structured facts, manages short- and long-term memory, and assembles cited context packs.