hearthstone oracle for VS Code
io.github.gregario/hearthstone-oracle
Hearthstone card search, deck analysis, strategy coaching, and archetype classification
client:VS Code
transport:stdio
runtime:npm
Install hearthstone oracle in VS Code
.vscode/mcp.json
{
"servers": {
"hearthstone-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs