Agent Recall – Open-source, local memory for AI agents (SQLite/MCP)
Scope-hierarchical memory for agents across projects—Mem0 and Zep flatten context too much.
Persistent knowledge memory layer for AI agents. Rust, Postgres + pgvector, MCP protocol.
Tree-sitter dependency graph saves 5,000-20,000 tokens per agent query vs exploration.
Developers using Claude Code, Cursor, or other AI coding agents
Cursor · Sourcegraph Cody · GraphRAG
RemembrallMCP gives agents two things most memory tools don't:
1. Persistent Memory - Decisions, patterns, and organizational knowledge that survive between sessions. Hybrid semantic + full-text search finds relevant context instantly.
2. Code Dependency Graph - A live map of your codebase built with tree-sitter. Functions, classes, imports, and call relationships across 8 languages. Ask "what breaks if I change this?" and get an answer in milliseconds - before the agent touches anything.
Run the whole thing inside a docker container for getting started easily. Claude uses MCP to leverage it. Written in Rust.
Scope-hierarchical memory for agents across projects—Mem0 and Zep flatten context too much.
Deterministic graph memory that traces every result back to ingested data—no hallucination by design.
Dependency graph persists across AI sessions; Claude never rescans the same files twice.
Compaction tree cuts context from 100K tokens to 3K without losing memory.
Multi-advisor debate engine forces tension in agent decisions, not just chaining prompts.
Persistent memory and time travel for AI agents using local SQLite.