Drag cloud services onto a canvas and connect them with typed relationships
guest@make-directory:~$ open ./apps/strata
make-directory:~/apps/strata
Strata
Strata helps model cloud infrastructure across AWS, Google Cloud, and Azure as a visual typed graph. It can import infrastructure-as-code, validate architecture, estimate cost, and export infrastructure scaffolds, including Terraform-oriented output.
guest@make-directory:~$ cat ./highlights.md
Import CloudFormation, Terraform show JSON, and Azure ARM into graph form
Export graph-based infrastructure scaffolds for handoff and iteration
MCP server lets agents list services, validate architecture, suggest rules, import IaC, export IaC, and estimate cost
guest@make-directory:~$ cat ./technical-notes.md
Public repository: makedirectory/strata
Live app: strata.mk-dir.com
MCP wraps the same registry, validation, IaC import/export, and cost engines as the UI
guest@make-directory:~$ strata-mcp export_iac --format terraform
agent request
typed infra map
validate architecture
Terraform scaffold
resource "aws_vpc" "app" {
cidr_block = "10.0.0.0/16"
}
resource "aws_subnet" "public" {
vpc_id = aws_vpc.app.id
cidr_block = "10.0.1.0/24"
}guest@make-directory:~$ cat ./privacy-and-policy.md
privacy and policy