Skip to content
Zed

Geocoding for Zed

io.github.danishashko/geocode-mcp

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

client:Zed transport:stdio runtime:npm

Install Geocoding 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": {
    "geocode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "geocode-mcp"
      ],
      "env": {
        "GEOCODE_USER_AGENT": "<GEOCODE_USER_AGENT>"
      }
    }
  }
}

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

Geocoding in other clients