mcp-server-aws-resources-python
AWS Resources MCP Server is a Model Context Protocol implementation that facilitates querying and managing AWS resources using Python and boto3. It provides a Docker-based deployment for ease of use and is tailored for Python developers seeking an alternative to existing AWS management solutions.
What permissions are required to use the AWS Resources MCP Server?
You need AWS credentials with appropriate permissions to query or modify AWS resources. The permissions depend on the operations you intend to perform.
Can I use the server to modify AWS resources?
Yes, the server supports both querying and modifying AWS resources, depending on the permissions of your AWS user role.
Is it safe to use the AWS Resources MCP Server?
The server includes several safety features such as AST-based code analysis and a restricted execution environment. However, it is important to ensure your AWS credentials are secure and not exposed.
How do I install the AWS Resources MCP Server?
You can install it via Docker by pulling the image from Docker Hub or building it locally. Alternatively, you can use Smithery for automatic installation.
What are the supported platforms for the Docker image?
The Docker image supports Linux/amd64, Linux/arm64, and Linux/arm/v7 platforms.