Skip to main content
Glama

Personal Resume Agent

by vsiwach
Dockerfile712 B
# Personal Resume Agent MCP Server - AWS Deployment FROM python:3.11-slim WORKDIR /app # Install system dependencies for PDF processing and curl for health checks RUN apt-get update && apt-get install -y \ gcc \ g++ \ curl \ && rm -rf /var/lib/apt/lists/* # Copy requirements and install Python dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY src/ ./src/ COPY data/ ./data/ # Create directories for vector database RUN mkdir -p /app/data/resume_vectordb # Set environment variables ENV PYTHONPATH=/app/src ENV PORT=8000 # Expose port EXPOSE 8000 # Run the HTTP MCP server CMD ["python", "src/mcp_resume_server_http.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/vsiwach/MCP-Resume-AWS'

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