Pilot-Next for Gemini CLI
com.pilot-next/pilot-next
Flying club management: book aircraft, log Hobbs/Tacho hours, settle flights and check weather.
client:Gemini CLI
transport:streamable-http
Install Pilot-Next in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pilot-next": {
"httpUrl": "https://pilot-next-backend.onrender.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