lauther for Gemini CLI
io.github.csanadymiklos/lauther
Puts Approve/Deny on your phone before an agent acts, and waits for your fingerprint.
client:Gemini CLI
transport:stdio
runtime:npm
Install lauther in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lauther": {
"command": "npx",
"args": [
"-y",
"lauther-mcp"
],
"env": {
"LAUTHER_TOKEN": "<LAUTHER_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs