An MCP (Model Context Protocol) server that automates containerization and deployment of web applications to AWS ECS. Version 0.1.28, requires Python >=3.10.
pip install awslabs-ecs-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example to start the ECS MCP server. Ensure AWS credentials are configured.
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION environment variables or use a valid AWS profile.
Configure an MCP client to launch the server via `mcp install awslabs-ecs-mcp-server` or point to the script.
Ensure Docker is installed and running, or use the '--platform' flag if supported.
No dependency data recorded yet.