FROM python:3.12-slim
ARG PORT=8050
WORKDIR /app
# Install uv
RUN pip install uv
# Copy the MCP server files
COPY . .
# Install packages
RUN python -m venv .venv
RUN uv pip install -e .
EXPOSE ${PORT}
# Command to run the MCP server
CMD ["uv", "run", "src/main.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/kelvingao/arxiv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server