AnchorDB for Zed
io.github.jolovicdev/anchordb
Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.
client:Zed
transport:stdio
runtime:oci
Install AnchorDB in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs