OpenArchFlow
by dmux
Generate interactive AWS architecture diagrams from natural language using AI and AWS MCP. Privacy-first, runs entirely in-browser.
What it does
OpenArchFlow connects AI models to AWS service knowledge through the Model Context Protocol, enabling cloud architects and DevOps engineers to generate professional, interactive AWS architecture diagrams from plain-language descriptions. It combines AWS MCP for up-to-date service recommendations with either Google Gemini or a local WebLLM engine for diagram generation — all running client-side with zero data collection.
Tools
- generate_diagram — Create architecture diagrams from natural language descriptions
- modify_diagram — Incrementally update or append to existing diagrams
- generate_specification — Produce Markdown documentation from diagrams including best practices, cost estimates, and security reviews
- aws_services — Query AWS Documentation MCP for current service details and recommendations
- diagram_chat — Discuss architecture, pricing, and security with an AI assistant
Installation
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"openarchflow": {
"command": "npx",
"args": ["open-arch-flow"],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key"
}
}
}
}
For local development:
git clone https://github.com/dmux/OpenArchFlow.git
cd OpenArchFlow
pnpm install
pnpm dev
Supported hosts
Claude Desktop, VS Code Copilot
Quick install
npx open-arch-flowInformation
- Pricing
- free
- Published