Skip to content
VS Code

Amazon ECS MCP Server for VS Code

aws.api.us-east-1.ecs-mcp/server

AI-powered Amazon ECS workload management

client:VS Code transport:stdio runtime:pypi

Install Amazon ECS MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Amazon ECS MCP Server in other clients