M
MCP Server With Fargate
by @dgallitelli
Running an MCP Server on AWS Fargate on Amazon ECS
Created 4/15/2025
Updated about 1 year ago
README
Repository documentation and setup instructions
Deploy MCP Servers on AWS using AWS Fargate

- Make sure you have AWS CDK installed
npm install -g aws-cdk@latest cdk deploy- Create your MCP Client using HTTP as transport layer
- Ping the server
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-server-with-fargate
Cursor configuration (mcp.json)
{
"mcpServers": {
"dgallitelli-mcp-server-with-fargate": {
"command": "uvx",
"args": [
"mcp-server-with-fargate"
]
}
}
}