Skip to content
Zed

Nominatim for Zed

io.github.pipeworx-io/nominatim

Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)

client:Zed transport:streamable-http

Install Nominatim in Zed

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

{
  "context_servers": {
    "nominatim": {
      "url": "https://gateway.pipeworx.io/nominatim/mcp"
    }
  }
}

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

Nominatim in other clients