Skip to content
Zed

gas paymaster for Zed

io.github.lordbasilaiassistant-sudo/gas-paymaster

Gas credit management and sponsored transactions via The Agent Cafe paymaster

client:Zed transport:stdio runtime:npm

Install gas paymaster 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": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gas paymaster in other clients