Skip to content
VS Code

AWS Builder for VS Code

io.github.evozim/aws-builder

AWS CloudFormation and Terraform infrastructure blueprint builder.

client:VS Code transport:sse

Install AWS Builder in VS Code

.vscode/mcp.json

{
  "servers": {
    "aws-builder": {
      "type": "sse",
      "url": "https://aws-builder-mcp.vercel.app/api/mcp"
    }
  }
}

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

AWS Builder in other clients