tle for Gemini CLI
io.github.pipeworx-io/tle
TLE MCP — satellite tracking via Two-Line Element sets (tle.ivanstanojevic.me, free, no auth)
client:Gemini CLI
transport:streamable-http
Install tle in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tle": {
"httpUrl": "https://gateway.pipeworx.io/tle/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs