MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP Server With Fargate

Running an MCP Server on AWS Fargate on Amazon ECS

Created 4/15/2025
Updated 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
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" ] } } }