SatMCP for Gemini CLI
io.github.andretheronsa/satmcp
Find recent or archived satellite imagery for any place on Earth by location and date.
client:Gemini CLI
transport:streamable-http
Install SatMCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"satmcp": {
"httpUrl": "https://satmcp.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