Skip to content
Gemini CLI

weakspot for Gemini CLI

dev.weakspot/weakspot

Audit Solidity and Rust smart contracts from your editor. Pays per audit in USDC over x402.

client:Gemini CLI transport:stdio runtime:npm

Install weakspot 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": {
    "weakspot": {
      "command": "npx",
      "args": [
        "-y",
        "weakspot-mcp"
      ],
      "env": {
        "WEAKSPOT_PRIVATE_KEY": "<WEAKSPOT_PRIVATE_KEY>",
        "WEAKSPOT_MAX_USD": "<WEAKSPOT_MAX_USD>",
        "WEAKSPOT_URL": "<WEAKSPOT_URL>",
        "WEAKSPOT_RPC_URL": "<WEAKSPOT_RPC_URL>"
      }
    }
  }
}

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

weakspot in other clients