# Use the official Python image from the Docker Hub
FROM python:3.11
# Set the working directory in the container
WORKDIR /app
# Install git
RUN apt-get update && apt-get install -y git
# Clone the GitHub repository
RUN git clone https://github.com/exercism/python
# Install the required Python packages
RUN pip install -r requirements.txt
RUN pip install pytest
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/microsoft/genaiscript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server