
MemoryRLM
by dullfig
Persistent project memory for Claude Code that indexes conversations and code changes to prevent context loss.
What it does
Provides long-term memory for Claude Code by transparently indexing conversation turns, code edits, and bash commands into a local SQLite database. It surgically re-injects relevant context when the session context window is compacted, ensuring the agent retains decisions and rationale.
Tools
memory_search: Full-text search over conversation and code history using BM25 ranking.memory_symbols: Search for specific code symbols and structural elements.memory_decisions: Retrieve distilled architectural and design decisions.memory_files: Query historical context associated with specific files.
Installation
Recommended via Claude Code plugin:
/plugin marketplace add dullfig/claude-plugins
/plugin install memory-rlm
Manual claude_desktop_config.json entry:
"memory-rlm": {
"command": "memory-rlm",
"args": ["serve"]
}
Supported hosts
- Claude Code
Quick install
/plugin install memory-rlmInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






