N2yo for Gemini CLI
io.github.pipeworx-io/n2yo
N2YO MCP — wraps the N2YO Satellite Tracking REST API (n2yo.com)
client:Gemini CLI
transport:streamable-http
Install N2yo in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"n2yo": {
"httpUrl": "https://gateway.pipeworx.io/n2yo/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs