Skip to content

osm tagging schema mcp for Zed

io.github.gander-tools/osm-tagging-schema-mcp

MCP server for querying and validating OpenStreetMap tags

client:Zed transport:stdio runtime:npm

Install osm tagging schema mcp in Zed

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

{
  "context_servers": {
    "osm-tagging-schema-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gander-tools/osm-tagging-schema-mcp"
      ]
    }
  }
}

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

osm tagging schema mcp in other clients