Flight Watch MCP for Gemini CLI
net.nexlab/flight-watch
Live aircraft near an area
client:Gemini CLI
transport:streamable-http
Install Flight Watch MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flight-watch": {
"httpUrl": "https://mcp.nexlab.net/mcp/flight-watch"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs