oathlayer for Gemini CLI
io.github.oathlayer/oathlayer
Verify AI outputs against real sources. Returns a trust signal and permanent doc number.
client:Gemini CLI
transport:streamable-http
tools:1
Install oathlayer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"oathlayer": {
"httpUrl": "https://mcp.oathlayer.com"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs