Skip to content
Gemini CLI

arbitrum transaction preflight for Gemini CLI

io.github.naur9n/arbitrum-transaction-preflight

Paid Arbitrum transaction simulation and risk scoring for wallets and AI agents.

client:Gemini CLI transport:stdio runtime:npm

Install arbitrum transaction preflight in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "arbitrum-transaction-preflight": {
      "command": "npx",
      "args": [
        "-y",
        "arbitrum-mpp-transaction-preflight"
      ],
      "env": {
        "CLIENT_PRIVATE_KEY": "<CLIENT_PRIVATE_KEY>",
        "SERVER_URL": "<SERVER_URL>",
        "CHAIN_ID": "<CHAIN_ID>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

arbitrum transaction preflight in other clients