MCP server to query any AWS resources
Author:
๐ buryhuang
Real discussions and feedbacks of MCP server to query any AWS resources
๐ Join the Discussion on Forums
App Description
Why Another AWS MCP Server?
I tried using aws-mcp but ran into a few issues:
- Setup Hassle: Had to clone a git repo and deal with local setup
- Stability Issues: Wasn’t stable enough on my Mac
- Node.js Stack: As a Python developer, I couldn’t effectively contribute back to the Node.js codebase
So I created this new approach that:
- Runs directly from a Docker image – no git clone needed
- Uses Python and boto3 for better stability
- Makes it easy for Python folks to contribute
- Includes proper sandboxing for code execution
- Keeps everything containerized and clean
Project Overview
This project introduces an open-source MCP server designed to query any AWS resources, addressing the limitations found in existing solutions. It emphasizes ease of setup through Docker, stability improvements with Python and boto3, and encourages contributions from the Python community. The project also highlights features like proper sandboxing for code execution and maintaining a clean, containerized environment.
Media
Images

Features & Benefits
โ
Runs directly from a Docker image – no git clone needed
โ
Uses Python and boto3 for better stability
โ
Makes it easy for Python folks to contribute
โ
Includes proper sandboxing for code execution
โ
Keeps everything containerized and clean