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
{
"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