DaedalMap Geography Tools (loc_id) for Gemini CLI
com.daedalmap/geocoding
Resolve coordinates and geographic identifiers to loc_id, crosswalks, and bounded shapes.
client:Gemini CLI
transport:streamable-http
Install DaedalMap Geography Tools (loc_id) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"geocoding": {
"httpUrl": "https://app.daedalmap.com/mcp/geography"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs