Razz Games for Zed
io.github.razz-games/razz
Play provably fair games with real SOL wagering from any AI agent
client:Zed
transport:stdio
runtime:npm
Install Razz Games in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"razz": {
"command": "npx",
"args": [
"-y",
"@razzgames/mcp-server"
],
"env": {
"RAZZ_API_KEY": "<RAZZ_API_KEY>",
"PLATFORM_WS_URL": "<PLATFORM_WS_URL>",
"PLATFORM_API_URL": "<PLATFORM_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs