复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-mcp-6c3708132ac3 ,按照其中的说明把「io.github.awslabs/ecs-mcp-server」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"description": "Amazon ECS cluster management and troubleshooting",
"name": "io.github.awslabs/ecs-mcp-server",
"packages": [
{
"identifier": "mcp-proxy-for-aws",
"packageArguments": [
{
"type": "positional",
"value": "https://ecs-mcp.{region}.api.aws/mcp",
"variables": {
"region": {
"default": "us-east-1",
"description": "AWS region for ECS MCP service",
"isRequired": true
}
}
},
{
"name": "--service",
"type": "named",
"value": "ecs-mcp"
},
{
"default": "default",
"description": "AWS CLI profile to use for credentials",
"name": "--profile",
"type": "named"
},
{
"name": "--region",
"type": "named",
"value": "{region}",
"variables": {
"region": {
"default": "us-east-1",
"description": "AWS region"
}
}
}
],
"registryBaseUrl": "https://pypi.org",
"registryType": "pypi",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"version": "1.1.1"
}
],
"repository": {
"source": "github",
"subfolder": "src/ecs-mcp-server",
"url": "https://github.com/awslabs/mcp"
},
"title": "Amazon ECS MCP Server",
"version": "1.0.0",
"websiteUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-mcp-getting-started.html"
}