AWS Architect MCP
Turns an agent into an AWS solutions architect — patterns, Terraform, IAM, and cost estimates.
- Language
- TypeScript
- Tools exposed
- 8
An MCP server that designs AWS architectures and emits the artifacts to build them: ready-to-apply Terraform, a least-privilege IAM policy, a monthly cost estimate, and a scaffolded project layout. Eight tools over twelve serverless reference patterns.
It now starts behind a self-healing launcher. The server died twice in one night — first from a gitignored `node_modules` that was never reinstalled, then from a directory reorganisation that wiped it again. Both failures were silent. The launcher checks its own dependencies and repairs them before starting.
Why it is built this way
The permanent fix is publishing to npm so `npx` resolves it — the package is already staged for that.