Amazon ECS MCP Server✓
aws.api.us-east-1.ecs-mcp/server · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "aws.api.us-east-1.ecs-mcp/server",
"description": "AI-powered Amazon ECS workload management",
"title": "Amazon ECS MCP Server",
"version": "1.0.0",
"websiteUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-mcp-introduction.html",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-proxy-for-aws",
"version": "1.1.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "https://ecs-mcp.{region}.api.aws/mcp",
"variables": {
"region": {
"description": "AWS region for ECS MCP service",
"isRequired": true,
"default": "us-east-1"
}
},
"type": "positional"
},
{
"description": "AWS CLI profile to use for credentials",
"default": "default",
"type": "named",
"name": "--profile"
},
{
"value": "{region}",
"variables": {
"region": {
"description": "AWS region",
"default": "us-east-1"
}
},
"type": "named",
"name": "--region"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}