Skip to content
Cursor

cloudwright for Cursor

io.github.xmpuspus/cloudwright

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

client:Cursor transport:stdio runtime:pypi

Install cloudwright in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cloudwright in other clients