Skip to content
Zed

Lore for Zed

io.github.agentkitai/lore

Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction.

client:Zed transport:stdio runtime:pypi

Install Lore in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "lore": {
      "command": "uvx",
      "args": [
        "lore-sdk"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Lore in other clients