Back to Apps

Zikkaron
by amanhij
Biologically-inspired persistent memory engine for Claude Code based on computational neuroscience.
0 stars
Works in:claude
Exposes:Tools
What it does
Zikkaron provides a high-fidelity persistent memory system for AI agents, using principles from neuroscience like Hopfield networks, predictive coding, and thermodynamic decay to consolidate and recall information intelligently without relying on cloud APIs.
Tools
remember: Stores memories through a predictive coding write gate to filter noise.recall: Retrieves information using heat-weighted ranking and multi-signal fusion.get_project_context: Retrieves the most relevant 'hot' memories for a specific directory.seed_project: Scans a codebase to bootstrap foundational project memories.anchor: Marks critical architectural facts to survive context compaction.checkpoint: Snapshots current state to recover context after LLM window compaction.restore: Reconstructs context via Hippocampal Replay.
Installation
Add to Claude Code config:
{
"mcpServers": {
"zikkaron": {
"command": "zikkaron"
}
}
}
Supported hosts
- claude
Quick install
pip install zikkaronInformation
- Pricing
- free
- Published
- 4/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Install via pip and add 'zikkaron' command to mcpServers config.





