Skip to main content
Glama

AWS Resources MCP Server

# Use Python base image FROM python:3.10-slim-bookworm # Install the project into `/app` WORKDIR /app # Copy the entire project COPY . /app # Install dependencies first for better caching RUN pip install --no-cache-dir boto3 mcp pydantic # Install the package in development mode RUN pip install -e . # Run the server ENTRYPOINT ["python", "-m", "mcp_server_aws_resources.server"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/baryhuang/mcp-server-aws-resources-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server