Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Razz Games in other clients