# Use an official Python runtime as a parent image
FROM python:3.11-slim
# Set the working directory in the container
WORKDIR /usr/src/app
# Copy the entire project into the container
COPY . .
# Install the project dependencies
# Using --no-cache-dir is a good practice for keeping image size down
RUN pip install --no-cache-dir .
# Expose the port the app runs on
EXPOSE 8000
# Run the web server when the container launches
CMD ["python", "-m", "mcp_simple_arxiv.web_server"]
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/andybrandt/mcp-simple-arxiv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server