Razz Games for Cursor
io.github.razz-games/razz
Play provably fair games with real SOL wagering from any AI agent
client:Cursor
transport:stdio
runtime:npm
Install Razz Games in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"razz": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs