Skip to content
VS Code

lego oracle for VS Code

io.github.gregario/lego-oracle

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

client:VS Code transport:stdio runtime:npm

Install lego oracle in VS Code

.vscode/mcp.json

{
  "servers": {
    "lego-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lego-oracle"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

lego oracle in other clients