Skip to content
Zed

Anamnesis for Zed

io.github.oscardvs/anamnesis

Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git

client:Zed transport:stdio runtime:pypi

Install Anamnesis in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "anamnesis": {
      "command": "uvx",
      "args": [
        "anamnesis-memory"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Anamnesis in other clients