Skip to content
Zed

audrey for Zed

io.github.evilander/audrey

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

client:Zed transport:stdio runtime:npm

Install audrey in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "audrey": {
      "command": "npx",
      "args": [
        "-y",
        "audrey"
      ],
      "env": {
        "AUDREY_DATA_DIR": "<AUDREY_DATA_DIR>",
        "AUDREY_AGENT": "<AUDREY_AGENT>"
      }
    }
  }
}

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

audrey in other clients