tor mcp for Gemini CLI
io.github.shreyas-profile/tor-mcp
Route HTTP requests through the Tor network. Rotating exit IPs, .onion support, no body logging.
client:Gemini CLI
transport:streamable-http
Install tor mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tor-mcp": {
"httpUrl": "https://tor.regiq.in/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