Geocoding & Weather for Gemini CLI
org.memoryapi/geo
Geocoding, weather forecasts, and timezone lookups
client:Gemini CLI
transport:streamable-http
tools:3
Install Geocoding & Weather in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"geo": {
"httpUrl": "https://geo.memoryapi.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs