Skip to content
Gemini CLI

TrustNotch for Gemini CLI

com.trustnotch/trustnotch-mcp

Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.

client:Gemini CLI transport:stdio runtime:pypi

Install TrustNotch 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": {
    "trustnotch-mcp": {
      "command": "uvx",
      "args": [
        "trustnotch-mcp"
      ],
      "env": {
        "TRUSTNOTCH_API_KEY": "<TRUSTNOTCH_API_KEY>",
        "TRUSTNOTCH_API_URL": "<TRUSTNOTCH_API_URL>",
        "TRUSTNOTCH_PUBKEYS_PATH": "<TRUSTNOTCH_PUBKEYS_PATH>"
      }
    }
  }
}

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

TrustNotch in other clients