Skip to main content
Glama

arXiv MCP Server

Dockerfile454 B
FROM python:3.13-slim # Set working directory WORKDIR /app # Create download directory ENV DOWNLOAD_PATH=/data RUN mkdir -p ${DOWNLOAD_PATH} # Copy project metadata first (to install dependencies) COPY pyproject.toml uv.lock ./ # Install dependencies RUN pip install uv RUN uv sync # Copy source code COPY src ./src # Activate virtual environment ENV PATH="/app/.venv/bin:$PATH" # Start the MCP server CMD ["python", "src/arxiv_server/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/prashalruchiranga/arxiv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server