Back to MCP Servers

Cloudwright

Natural-language cloud architecture intelligence for AWS, GCP, Azure, and Databricks. 19 tools for architecture design, cost estimation, compliance validation (HIPAA, SOC 2, FedRAMP, GDPR, PCI-DSS, Well-Architected), security scanning, Terraform/CloudFormation export, and blast-…

cloud-platformsawsgcpazuresecurity

Installation

npx -y cloudwright

Configuration

{
  "mcpServers": {
    "cloudwright": {
      "command": "npx",
      "args": ["-y", "cloudwright"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub