LinkLore for Zed
io.linklore/llre
AI-native structured memory for agents (MCP). Built for agents, not humans.
client:Zed
transport:stdio
runtime:pypi
Install LinkLore in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"llre": {
"command": "uvx",
"args": [
"llre"
],
"env": {
"LINKLORE_LANG": "<LINKLORE_LANG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs