Skip to content
Gemini CLI

capacity attest for Gemini CLI

io.github.holistis/capacity-attest

Signed delivery claims for x402 capacity trades: GPU-hours, storage, API credits, bandwidth.

client:Gemini CLI transport:stdio runtime:npm

Install capacity attest 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": {
    "capacity-attest": {
      "command": "npx",
      "args": [
        "-y",
        "capacity-attest"
      ],
      "env": {
        "CAPACITY_ATTEST_DATA_DIR": "<CAPACITY_ATTEST_DATA_DIR>"
      }
    }
  }
}

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

capacity attest in other clients