cloud regions for Grok
io.github.jasonwilbur/cloud-regions
Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU.
client:Grok
transport:stdio
runtime:npm
Install cloud regions in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cloud-regions": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-regions"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs