recall for Zed
com.clauderecall/recall
Persistent memory for Claude Code and Codex. Search and re-inject context from any session.
client:Zed
transport:stdio
runtime:npm
Install recall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"recall": {
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs