Skip to content
Cursor

Zikkaron for Cursor

io.github.amanhij/zikkaron

Biologically-inspired persistent memory engine for Claude Code MCP agents

client:Cursor transport:stdio runtime:pypi

Install Zikkaron in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "zikkaron": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zikkaron"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Zikkaron in other clients