Lotor for Gemini CLI
io.github.githubscum/lotor
A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.
client:Gemini CLI
transport:stdio
runtime:npm
Install Lotor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lotor": {
"command": "npx",
"args": [
"-y",
"lotor-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs