Skip to content
Zed

Overpass for Zed

io.github.pipeworx-io/overpass

OpenStreetMap Overpass MCP — programmatic queries against the OSM database

client:Zed transport:streamable-http

Install Overpass in Zed

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

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

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

Overpass in other clients