savvyscratch for Zed
io.github.myque08/savvyscratch
MCP server for Savvy Scratch — scratch-off lottery game analysis powered by pro gambler methodology
client:Zed
transport:stdio
runtime:npm
Install savvyscratch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"savvyscratch": {
"command": "npx",
"args": [
"-y",
"@savvyscratch/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs