hearthstone oracle for Zed
io.github.gregario/hearthstone-oracle
Hearthstone card search, deck analysis, strategy coaching, and archetype classification
client:Zed
transport:stdio
runtime:npm
Install hearthstone oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hearthstone-oracle": {
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs