AWS-MCP is a server implementation that enables AI assistants to interact directly with AWS services through the AWS SDK v2. It provides tools for running AWS code, listing available credentials/profiles, and selecting profiles for authentication (including SSO support). The server handles credential management, executes JavaScript code in a sandboxed environment, and returns formatted results from AWS API calls. This implementation is particularly valuable for users who need to query their AWS environment, manage resources, or analyze cloud infrastructure without leaving their AI assistant conversation.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieve a list of all available AWS profiles that are configured in your environment.
Get a list of all EC2 instances currently running in your AWS account.
Display a list of all S3 buckets and their respective sizes in your AWS account.
List all Lambda functions that are deployed in the AWS region 'us-east-1'.
Retrieve a list of all ECS clusters along with their associated services in your AWS account.