korg recall mcp for Zed
io.github.new1direction/korg-recall-mcp
Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.
client:Zed
transport:stdio
runtime:npm
Install korg recall mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"korg-recall-mcp": {
"command": "npx",
"args": [
"-y",
"@korgg/recall-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs