Zikkaron is a persistent memory engine for Claude Code that remembers user interactions and decisions, allowing for intelligent recall and context management across sessions. It operates locally using a SQLite database.
From the registry: Biologically-inspired persistent memory engine for Claude Code MCP agents
Please install the `zikkaron` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python** — Python 3.11 or higher is required (https://www.python.org/downloads/)
- **zikkaron package** — Install zikkaron via pip Run: `pip install zikkaron` (https://pypi.org/project/zikkaron/)
Canonical MCP server config (stdio transport):
- command: `zikkaron`
- args: []
Note: Also supports SSE transport mode: run `zikkaron --transport sse` to start as a persistent HTTP server on port 8742. Override port with `--port`, database location with `--db-path`. Supports environment variable configuration with ZIKKARON_ prefix. Run `zikkaron seed <project_dir>` to bootstrap memory for an existing project.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support