PlaceRoot for Gemini CLI
io.github.chuofringer/placeroot
Grounds AI agents in Overture Maps open data — compact answers, no API key.
client:Gemini CLI
transport:stdio
runtime:pypi
Install PlaceRoot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"placeroot": {
"command": "uvx",
"args": [
"placeroot"
],
"env": {
"PLACEROOT_CACHE": "<PLACEROOT_CACHE>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs