termalin web for Gemini CLI
in.termal/termalin-web
Run commands and read/write files on your servers over Termalin's keyless tunnels (hosted MCP).
client:Gemini CLI
transport:streamable-http
tools:8
Install termalin web in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"termalin-web": {
"httpUrl": "https://termal.in/api/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs