What problem does it solve?
Deploying the MCP Gateway & Registry on AWS involves many moving parts — IAM permissions, toolchain setup, Terraform variables, and post-deployment configuration — and a single misstep (wrong region, missing password, unset image URI) causes cryptic failures. This Skill turns that into a guided, step-by-step deployment with validation at every phase.
Core Features & Use Cases
- Guided environment setup: Detects whether you run from EC2 or a local laptop, verifies AWS credentials and required IAM permissions, and bootstraps the toolchain (uv, AWS CLI, Terraform).
- Validated Terraform configuration: Configures terraform.tfvars for CloudFront-only mode, checks DocumentDB region support, collects required secrets, and prevents known failure modes like empty registry names or missing observability images.
- End-to-end deployment: Runs terraform apply with cost and duration warnings, then completes post-deployment setup including registering the AWS KB MCP server.
- Use Case: A platform engineer wants a governed MCP registry running on ECS Fargate with Aurora and DocumentDB. Invoke the skill, answer a few questions, and get a working HTTPS deployment in about 30 minutes.
Quick Start
Ask the AI to deploy the MCP Gateway & Registry to AWS using Terraform in CloudFront mode and follow the guided prompts.