MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

M
MCP Server With Fargate

Running an MCP Server on AWS Fargate on Amazon ECS

创建于 4/15/2025
更新于 about 1 year ago
Repository documentation and setup instructions

Deploy MCP Servers on AWS using AWS Fargate

architecture

  1. Make sure you have AWS CDK installed npm install -g aws-cdk@latest
  2. cdk deploy
  3. Create your MCP Client using HTTP as transport layer
  4. Ping the server
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx mcp-server-with-fargate

Cursor 配置 (mcp.json)

{ "mcpServers": { "dgallitelli-mcp-server-with-fargate": { "command": "uvx", "args": [ "mcp-server-with-fargate" ] } } }