savvyscratch for Cursor
io.github.myque08/savvyscratch
MCP server for Savvy Scratch — scratch-off lottery game analysis powered by pro gambler methodology
client:Cursor
transport:stdio
runtime:npm
Install savvyscratch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"savvyscratch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@savvyscratch/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs