Memory that flows.
Knowledge that stays.
Self-hosted RAG infrastructure that gives your AI coding assistants persistent memory, semantic search, and knowledge governance.
Free and open source. MIT Licensed.
Your AI assistant forgets everything. Every. Single. Time.
Groundhog Day Debugging
You explain the same architectural decisions every session. Context resets, knowledge resets.
Codebase Blindness
Your assistant ignores existing patterns and duplicates utilities already built.
Vendor Lock-in & Data Leakage
Cloud memory means your code flows through third-party servers.
From zero to persistent memory in four steps
Deploy
One docker-compose up command. Under 60 seconds.
Connect
Point your AI assistant via MCP. One JSON config.
Index
Crawls codebase, extracts symbols, builds dependency graph.
Remember
Persistent memory. Decisions carry forward across sessions.
Everything your AI assistant needs to understand your codebase
Semantic Code Search
Hybrid vector + keyword search. Find code by what it does, not just what it's named.
Dependency Graph
Maps imports and relationships. Trace blast radius of any change.
Memory Governance
NewAuto memories enter quarantine. Human-verified become durable knowledge.
Symbol Index
Instant function, class, and type lookup by name across your entire codebase.
MCP Native
35 tools for Claude Code, Cursor, Windsurf. Zero configuration overhead.
Multi-Project Isolation
Namespaced collections per project. Share the server, never the data.
Not all knowledge deserves permanence
Reka introduces a governance layer inspired by how human memory actually works.
Every auto-generated memory starts here with a confidence score.
Contradiction detection flags conflicts with existing knowledge.
Canonical knowledge base — decisions, patterns, insights.
"type": "architectural_decision",
"status": "durable",
"confidence": 0.94,
"content": "Use BullMQ for async...",
"verified_by": "human_review"
}
Transparent by design. No black boxes.
How Reka compares
Up and running in three commands
Built in the open. Shaped by developers.
Reka is MIT licensed and always will be. No open-core bait-and-switch. Every feature, every line of code, available to everyone.