agentic-recall for Zed
io.github.dfrancislyondflabc-tech/agentic-recall
Long-term memory for agentic tasks. It tells you when it doesn't know.
client:Zed
transport:stdio
runtime:npm
Install agentic-recall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentic-recall": {
"command": "npx",
"args": [
"-y",
"agentic-recall"
],
"env": {
"MEMORY_DIR": "<MEMORY_DIR>",
"MEMORY_ROOT": "<MEMORY_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs