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
{
"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