A small, configurable template for building and deploying Model Context Protocol (MCP) servers.
This repo includes a minimal MCP-compatible server implementation plus an AWS CDK stack that deploys the service to ECS (Fargate).
cdk/- AWS CDK app and stack definitions used to provision infrastructure (ECS, VPC, ECR, etc.). Seecdk/README.mdfor details.src/- Application code and Dockerfile. Containsserver.pyandclient.pyused for local testing and development. Seesrc/README.mdfor details.