places for Gemini CLI
com.detourmap/places
Places worth a detour, from Wikidata: search, nearby lookup, fame rankings, stats. No key, CC0.
client:Gemini CLI
transport:streamable-http
tools:8
Install places in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"places": {
"httpUrl": "https://detourmap.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