Skip to main content
Glama

AI Tutoring RAG System

Dockerfile.rag_serverโ€ข683 B
# Dockerfile for RAG MCP Server FROM python:3.13 WORKDIR /app # Install system dependencies required for building Python packages RUN apt-get update && apt-get install -y \ gcc \ g++ \ make \ curl \ && rm -rf /var/lib/apt/lists/* # Install uv COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # Copy dependency files COPY pyproject.toml ./ # Install dependencies using uv RUN uv pip install --system --no-cache -r pyproject.toml # Copy the application code COPY . . # Expose the MCP server port EXPOSE 9000 # Set environment variables ENV PYTHONUNBUFFERED=1 ENV PYTHONDONTWRITEBYTECODE=1 # Run the RAG MCP server CMD ["python", "rag_mcp_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/Chukwuebuka-2003/ebuka_mcps'

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