Fly Where To? for Gemini CLI
com.flywhereto/mcp
Worldwide nonstop flight routes from Wikipedia: airports, destinations, connections, airlines.
client:Gemini CLI
transport:streamable-http
tools:8
Install Fly Where To? in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://flywhereto.com/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