Skip to content
Zed

lego oracle for Zed

io.github.gregario/lego-oracle

LEGO sets, parts, minifigs, and inventories as an MCP server

client:Zed transport:stdio runtime:npm

Install lego oracle in Zed

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

{
  "context_servers": {
    "lego-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "lego-oracle"
      ]
    }
  }
}

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

lego oracle in other clients