Zikkaron
by amanhij·★ 59·Score 48
Biologically-inspired persistent memory engine for Claude Code with 26 cognitive subsystems, local SQLite storage, and advanced memory recall capabilities.
Overview
Zikkaron is a sophisticated MCP server that implements a biologically-inspired memory system for Claude Code. It uses computational neuroscience principles including Hopfield networks, predictive coding, and causal discovery to create a persistent memory that survives sessions. The system runs entirely locally on SQLite, avoiding API calls while maintaining exceptional recall performance (86.8% Recall@10). It includes 24 MCP tools for memory management, context reconstruction, and decision tracking across sessions. The system includes advanced features like Hippocampal Replay to preserve context during compaction, automatic action capture, and project seeding for cold starts.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose Zikkaron when working on long-term development projects where you need context continuity across sessions and want to avoid repeating explanations of architecture decisions or debugging approaches.
When NOT to choose this
Don't choose Zikkaron if you need memory systems with strong abstention capabilities or if you're working on projects where precise chronological ordering of events is critical.
Tools this server exposes
7 tools extracted from the READMErecallRetrieves memories associated with the current project name.
get_project_contextGets context for the current directory before starting a task.
rememberStores decisions and outcomes after completing significant work.
sync_instructionsAutomatically syncs Claude instructions with the latest CLAUDE.md.
install_hooksInstalls hippocampal replay hooks for a project directory.
anchorAnchors important facts to protect them from context compaction.
seed_projectSeeds a project with foundational memories from structure, configs, and documentation.
Comparable tools
Installation
pip install zikkaronAdd to your Claude Code config:
{
"mcpServers": {
"zikkaron": {
"command": "zikkaron"
}
}
}Tell Claude how to use it by adding instructions to your global ~/.claude/CLAUDE.md:
## Memory
- On every new session, call `recall` with the current project name
- Before starting any task, call `get_project_context` for the current directory
- After completing significant work, call `remember` to store decisions and outcomesFAQ
- How does Zikkaron handle context compaction in Claude?
- Zikkaron implements 'Hippocampal Replay' which drains context before compaction and reconstructs it intelligently after, preserving important decisions and context.
- Does Zikkaron require an API key or external services?
- No, Zikkaron runs entirely locally on SQLite with a 22MB embedding model, requiring no API calls or external services.
- How does Zikkaron perform compared to other memory systems?
- Zikkaron significantly outperforms existing systems on benchmarks like BEAM, scoring 0.404 overall (52% improvement over best published system) and excelling in contradiction resolution (+226%), temporal reasoning (+133%), and knowledge updates (+73%).
Compare Zikkaron with
Last updated · Auto-generated from public README + GitHub signals.