Skip to main content
Glama

Resume Analysis MCP Server

by sms03
Dockerfile499 B
FROM python:3.10-slim WORKDIR /app # Install UV package manager RUN pip install uv # Copy requirements file COPY requirements.txt . # Install dependencies using UV RUN uv pip install --system -r requirements.txt # Copy the application code COPY src/ ./src/ # Create necessary directories RUN mkdir -p data logs # Set environment variables ENV PYTHONPATH=/app ENV RESUME_MCP_HOST=0.0.0.0 ENV RESUME_MCP_PORT=8080 # Expose port EXPOSE 8080 # Run the application CMD ["python", "src/main.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/sms03/resume-mcp'

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