FROM python:3.12
# Set the working directory
WORKDIR /app
# Copy the requirements file
COPY requirements.txt .
# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt
# Copy the entire application code
COPY . .
# Command to run the MCP server
CMD ["python", "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/pysorflow/mcpdemo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server