Skip to main content
Glama

AI Tutoring RAG System

Dockerfileโ€ข359 B
FROM python:3.9-slim WORKDIR /app # Copy dependency file(s) and install packages COPY requirements.txt . RUN pip install --upgrade pip && pip install -r requirements.txt # Copy the rest of the code into the container COPY . . # Expose the port that your application listens on EXPOSE 5000 # Run the main server script 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