recall for Zed
io.github.recallworks/recall
Open-source MCP memory server. Persistent, searchable, tiered memory across sessions.
client:Zed
transport:stdio
runtime:pypi
Install recall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"recall": {
"command": "uvx",
"args": [
"ai-recallworks"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs