adaptive recall for Zed
io.github.aiappsapi/adaptive-recall
Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.
client:Zed
transport:stdio
runtime:npm
Install adaptive recall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"adaptive-recall": {
"command": "npx",
"args": [
"-y",
"adaptive-recall"
],
"env": {
"ADAPTIVE_RECALL_API_KEY": "<ADAPTIVE_RECALL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs