Skip to content
Zed

geowire for Zed

io.github.geowire/geowire

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

client:Zed transport:stdio runtime:npm

Install geowire in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

geowire in other clients