gas-paymaster
About
Gas credit management and sponsored transactions via The Agent Cafe paymaster
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RPC_URL THRYX_API_KEY DEPLOYER_PRIVATE_KEYClaude Code
claude mcp add --env RPC_URL= --env THRYX_API_KEY= --env DEPLOYER_PRIVATE_KEY= gas-paymaster -- npx @thryx/gas-paymaster-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"gas-paymaster","command":"npx","args":["@thryx/gas-paymaster-mcp-server"],"env":{"RPC_URL":"","THRYX_API_KEY":"","DEPLOYER_PRIVATE_KEY":""}}'
JSON
{
"mcpServers": {
"gas-paymaster": {
"command": "npx",
"args": [
"@thryx/gas-paymaster-mcp-server"
],
"env": {
"RPC_URL": "",
"THRYX_API_KEY": "",
"DEPLOYER_PRIVATE_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.