Skip to content
Zed

project lore for Zed

io.github.tamas-fm/project-lore

A local-first MCP server that routes development tasks to authoritative project documentation.

client:Zed transport:stdio runtime:npm

Install project lore in Zed

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

{
  "context_servers": {
    "project-lore": {
      "command": "npx",
      "args": [
        "-y",
        "project-lore-mcp"
      ]
    }
  }
}

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

project lore in other clients