Skip to content
Cursor

cloud regions for Cursor

io.github.jasonwilbur/cloud-regions

Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU.

client:Cursor transport:stdio runtime:npm

Install cloud regions in Cursor

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

{
  "mcpServers": {
    "cloud-regions": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-regions"
      ]
    }
  }
}

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

cloud regions in other clients