M
MCP Server With Fargate
作者 @dgallitelli
Running an MCP Server on AWS Fargate on Amazon ECS
创建于 4/15/2025
更新于 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
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx mcp-server-with-fargate
Cursor 配置 (mcp.json)
{
"mcpServers": {
"dgallitelli-mcp-server-with-fargate": {
"command": "uvx",
"args": [
"mcp-server-with-fargate"
]
}
}
}