AOTrust Notarization & Evidence Server for Gemini CLI
io.github.gitserge-crypto/aotrust-notary
Cryptographic proof of existence for AI agents. Base x402, NEAR anchored. Free tier.
client:Gemini CLI
transport:stdio
runtime:pypi
Install AOTrust Notarization & Evidence Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"aotrust-notary": {
"command": "uvx",
"args": [
"aotrust-protocol"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs