Skip to content
Cursor

gas paymaster for Cursor

io.github.lordbasilaiassistant-sudo/gas-paymaster

Gas credit management and sponsored transactions via The Agent Cafe paymaster

client:Cursor transport:stdio runtime:npm

Install gas paymaster in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "gas-paymaster": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gas paymaster in other clients