Skip to content
Zed

mtg oracle for Zed

io.github.gregario/mtg-oracle

Magic: The Gathering MCP server — cards, rules, combos, and Commander intelligence

client:Zed transport:stdio runtime:npm

Install mtg oracle in Zed

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

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

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

mtg oracle in other clients