Skip to content
Windsurf

gas paymaster for Windsurf

io.github.lordbasilaiassistant-sudo/gas-paymaster

Gas credit management and sponsored transactions via The Agent Cafe paymaster

client:Windsurf transport:stdio runtime:npm

Install gas paymaster in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "gas-paymaster": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "env": {
        "RPC_URL": "<RPC_URL>",
        "THRYX_API_KEY": "<THRYX_API_KEY>",
        "DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

gas paymaster in other clients