hearthstone oracle for Cursor
io.github.gregario/hearthstone-oracle
Hearthstone card search, deck analysis, strategy coaching, and archetype classification
client:Cursor
transport:stdio
runtime:npm
Install hearthstone oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hearthstone-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs