Aws Resources icon

Aws Resources

Createdbaryhuang

Enables querying of AWS resources using boto3 code snippets via a Model Context Protocol (MCP) server.

About

AWS Resources provides an MCP server implementation allowing you to query any AWS resource using Python code and boto3. It addresses the limitations of existing AWS chatbot solutions and other MCP servers by offering a more stable, customizable, and Python-friendly approach. Run directly from a Docker image, this tool includes sandboxing for secure code execution and provides a containerized, clean environment for interacting with your AWS infrastructure.

Key Features

  • Execute arbitrary boto3 code snippets to query AWS resources.
  • Runs directly from a Docker image for easy deployment.
  • Uses Python and boto3 for stability and maintainability.
  • Includes sandboxing for secure code execution.
  • Supports multiple platforms (Linux/amd64, Linux/arm64, Linux/arm/v7).

Use Cases

  • Performing AWS management operations via generated Python code (at your own risk).
  • Troubleshooting and diagnosing AWS infrastructure issues using custom queries.
  • Automated AWS resource inventory and reporting.