Skip to content
Cursor

osm tagging schema mcp for Cursor

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

MCP server for querying and validating OpenStreetMap tags

client:Cursor transport:stdio runtime:npm

Install osm tagging schema mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

osm tagging schema mcp in other clients