
Gr0m Mem
Give Claude Code a persistent memory layer so past decisions, context, and facts survive across sessions without repeated Q&A loops.
Overview
gr0m_mem is a plugin marketplace for the Build phase that adds a persistent memory brain to Claude Code so context survives across sessions with SQLite-first fallback and optional ChromaDB RAG.
What is this marketplace?
- Persistent memory brain that reduces re-asking and re-deriving the same context every session
- SQLite FTS5 fallback when ChromaDB and Ollama are not installed—works with zero extra services
- Optional RAG path with ChromaDB and local embeddings for richer recall
- Temporal knowledge-graph and wakeup patterns aimed at loop prevention during long agent runs
- MIT-licensed gr0m_mem plugin (v0.1.0) in a 1-plugin marketplace
- Marketplace bundles 1 plugin: gr0m_mem v0.1.0
- MIT license on the published plugin entry
Community signal: 2 GitHub stars.
What problem does it solve?
Every new Claude Code session forces you to repeat decisions and re-derive context you already locked in last week.
Who is it for?
Solo builders running Claude Code on long-lived repos who want local, optional-upgrade memory without mandating ChromaDB or Ollama.
Skip if: Teams that already standardize on a hosted memory product with enterprise ACLs and do not want SQLite or local vector setup.
What do I get? / Deliverables
After you register gr0m_mem, the agent can recall durable project memory locally and spend tokens on new work instead of redundant discovery questions.
- Installed gr0m_mem plugin wired into Claude Code
- Durable cross-session memory store with FTS5 search at minimum
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Memory infrastructure is cataloged under Build because it is installed and wired into the coding agent stack, even though retrieval pays off in every later phase. agent-tooling is the canonical shelf for plugins that extend Claude Code’s runtime behavior rather than shipping a standalone app feature.
How it compares
Agent memory plugin marketplace, not a general MCP server catalog or a single UI skill.
Common Questions / FAQ
Who is Gr0m Mem for?
Gr0m Mem is for indie developers and agent-heavy coders who use Claude Code and need honest persistent recall across sessions without re-asking the same questions.
When should I use Gr0m Mem?
Use it when you start a multi-day project in Claude Code, switch machines, or open fresh chats and want the agent to load prior context instead of rediscovering your stack from scratch.
How do I add Gr0m Mem to my agent?
Add the Gr0m Mem Claude Code marketplace from the publisher source, install the Gr0m Mem plugin entry, and let SQLite FTS5 run immediately while you optionally enable ChromaDB and Ollama for stronger RAG later.