EcoAloha for Gemini CLI
io.github.arneffm/ecoaloha
Search and compare outdoor experiences. Public keyless API; booking and payment happen on Viator.
client:Gemini CLI
transport:streamable-http
tools:12
Install EcoAloha in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ecoaloha": {
"httpUrl": "https://ecoaloha.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