LEGAION Verifier for Gemini CLI
com.legaion/verifier
Checks legal citations against the official register they should come from, and records it.
client:Gemini CLI
transport:streamable-http
Install LEGAION Verifier in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"verifier": {
"httpUrl": "https://mcp.legaion.com"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs