otr protocol for Gemini CLI
io.github.yb48666-ctrl/otr-protocol
Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.
client:Gemini CLI
transport:stdio
runtime:npm
Install otr protocol in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"otr-protocol": {
"command": "npx",
"args": [
"-y",
"@otr-protocol/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs