Skip to content
Gemini CLI

hashproof for Gemini CLI

io.github.csacanam/hashproof

Issue verifiable credentials from AI agents for $0.10 via x402. On-chain on Celo, IPFS-pinned.

client:Gemini CLI transport:stdio runtime:npm

Install hashproof 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": {
    "hashproof": {
      "command": "npx",
      "args": [
        "-y",
        "hashproof-mcp"
      ],
      "env": {
        "HASHPROOF_API_KEY": "<HASHPROOF_API_KEY>",
        "HASHPROOF_WALLET_PRIVATE_KEY": "<HASHPROOF_WALLET_PRIVATE_KEY>",
        "HASHPROOF_X402_NETWORK": "<HASHPROOF_X402_NETWORK>"
      }
    }
  }
}

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

hashproof in other clients