Skip to content
Zed

lorcana oracle for Zed

io.github.gregario/lorcana-oracle

Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing

client:Zed transport:stdio runtime:npm

Install lorcana oracle in Zed

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

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

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

lorcana oracle in other clients