Skip to content
VS Code

cloudwright for VS Code

io.github.xmpuspus/cloudwright

Cloud architecture and migration planning with costs, controls, evidence, and deployable IaC.

client:VS Code transport:stdio runtime:pypi

Install cloudwright in VS Code

.vscode/mcp.json

{
  "servers": {
    "cloudwright": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloudwright-ai-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cloudwright in other clients