✔ Claude Code, OpenCode, любой MCP-клиент, Python 3.11+
Биологически вдохновлённый движок персистентной памяти для Claude Code. 26 когнитивных подсистем, сети Хопфилда, предиктивное кодирование, каузальный анализ, successor representations — всё локально на SQLite.
pip install zikkaron
# Добавить в конфигурацию Claude Code:
# {
# "mcpServers": {
# "zikkaron": {
# "command": "zikkaron"
# }
# }
# }
# Добавить в ~/.claude/CLAUDE.md:
# - 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 outcomes