NessGate for Gemini CLI
com.nessgate/nessgate
Universal resolver for the agentic web: give a domain, get one normalized discovery answer.
client:Gemini CLI
transport:streamable-http
tools:1
Install NessGate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nessgate": {
"httpUrl": "https://nessgate.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs