Skip to content
VS Code

osm tagging schema mcp for VS Code

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

MCP server for querying and validating OpenStreetMap tags

client:VS Code transport:stdio runtime:npm

Install osm tagging schema mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

osm tagging schema mcp in other clients