Skip to content
Gemini CLI

geowire for Gemini CLI

io.github.geowire/geowire

Place search, directions, isochrones & area analysis across 10 map providers. No API key to start.

client:Gemini CLI transport:stdio runtime:npm

Install geowire in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "geowire": {
      "command": "npx",
      "args": [
        "-y",
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>",
        "YELP_API_KEY": "<YELP_API_KEY>",
        "CENSUS_API_KEY": "<CENSUS_API_KEY>",
        "FOURSQUARE_API_KEY": "<FOURSQUARE_API_KEY>",
        "GEOWIRE_INTERNAL_CSV": "<GEOWIRE_INTERNAL_CSV>",
        "GEOWIRE_CONFIG": "<GEOWIRE_CONFIG>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

geowire in other clients