What is the io.github.xmpuspus/cloudwright MCP server?
Natural-language cloud architecture: deployable Terraform/Pulumi, cost, compliance control mapping.
How to install io.github.xmpuspus/cloudwright
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cloudwright": {
"command": "uvx",
"args": [
"cloudwright-ai-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cloudwright": {
"command": "uvx",
"args": [
"cloudwright-ai-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cloudwright": {
"command": "uvx",
"args": [
"cloudwright-ai-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cloudwright": {
"type": "stdio",
"command": "uvx",
"args": [
"cloudwright-ai-mcp"
]
}
}
}Claude Code
claude mcp add cloudwright -- uvx cloudwright-ai-mcpRelated MCP servers
PH civic data + auto-stitched area profiles (PSGC, PSA economy, infra, hazards). 29 tools.
View repository →