cloud regions for VS Code
io.github.jasonwilbur/cloud-regions
Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU.
client:VS Code
transport:stdio
runtime:npm
Install cloud regions in VS Code
.vscode/mcp.json
{
"servers": {
"cloud-regions": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-regions"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs