Is It Trust Ready — agent-trust-readiness scanner for Gemini CLI
io.github.mnemom/isittrustready
Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.
client:Gemini CLI
transport:streamable-http
Install Is It Trust Ready — agent-trust-readiness scanner in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"isittrustready": {
"httpUrl": "https://api.isittrustready.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs