Deepfake-Lens for Gemini CLI
io.github.evozim/deepfake-lens
Forensic image analyzer detecting facial and visual anomalies.
client:Gemini CLI
transport:sse
Install Deepfake-Lens in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"deepfake-lens": {
"url": "https://deepfake-lens-mcp.vercel.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs