Skip to content
Zed

OpenStreetMap for Zed

io.github.ni-c/osm-mcp

Geocoding, walking/driving/cycling distances, route optimization, isochrones and POI search on OSM

client:Zed transport:stdio runtime:npm

Install OpenStreetMap 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": {
    "osm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "osm-mcp"
      ],
      "env": {
        "OSM_USER_AGENT": "<OSM_USER_AGENT>",
        "ORS_API_KEY": "<ORS_API_KEY>",
        "OSM_ALLOW_TOOLS": "<OSM_ALLOW_TOOLS>",
        "OSM_DENY_TOOLS": "<OSM_DENY_TOOLS>"
      }
    }
  }
}

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

OpenStreetMap in other clients