lore for Zed
io.github.jordanhindo/lore
Lightweight MCP for infinite agent memory. Any agent, any session, anytime.
client:Zed
transport:stdio
runtime:npm
Install lore in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lore": {
"command": "npx",
"args": [
"-y",
"@jordanhindo/lore"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs