Skip to content
Zed

Lore Context for Zed

io.github.lore-context/lore-context-mcp

Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.

client:Zed transport:stdio runtime:npm

Install Lore Context 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": {
    "lore-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lore-context/server"
      ],
      "env": {
        "LORE_API_URL": "<LORE_API_URL>",
        "LORE_API_KEY": "<LORE_API_KEY>",
        "LORE_MCP_TRANSPORT": "<LORE_MCP_TRANSPORT>"
      }
    }
  }
}

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

Lore Context in other clients