Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

LinkLore in other clients