Skip to content
Gemini CLI

ProofStream for Gemini CLI

io.github.proofstreamai/proofstream-mcp

Dispatch a human verifier to physically verify anything in the real world. For AI agents.

client:Gemini CLI transport:stdio runtime:npm

Install ProofStream in Gemini CLI

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

{
  "mcpServers": {
    "proofstream-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proofstream-mcp"
      ]
    }
  }
}

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

ProofStream in other clients