Skip to main content
Glama

AWS Cost Explorer MCP Server

MIT License
80
  • Linux
  • Apple
FROM python:3.12-slim WORKDIR /app # install astral uv for Python dependencies RUN pip install uv # Copy project files COPY pyproject.toml . COPY server.py . # Install dependencies using uv RUN uv pip install --no-cache --system -e . # Add AWS configuration directory RUN mkdir -p /root/.aws # Expose port for SSE transport EXPOSE 8000 # Run the MCP server CMD ["python", "server.py"]

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/aarora79/aws-cost-explorer-mcp-server'

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