GeoLabel for Gemini CLI
io.github.tylercoxdruin/geolabel
Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.
client:Gemini CLI
transport:stdio
runtime:pypi
Install GeoLabel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
],
"env": {
"GEOLABEL_API_KEY": "<GEOLABEL_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs