Skip to content
Zed

cloud regions for Zed

io.github.jasonwilbur/cloud-regions

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

client:Zed transport:stdio runtime:npm

Install cloud regions in Zed

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

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

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

cloud regions in other clients