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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Fetches and displays a list of all the AWS profiles configured in the user's environment.
Retrieves and presents information about all EC2 instances associated with the user's AWS account.
Lists all S3 buckets in the user's account along with their respective sizes.
Queries and displays all Lambda functions that are currently deployed in the AWS region us-east-1.
Retrieves and shows all ECS clusters along with their associated services.