Skip to main content
Glama

mcp-simple-arxiv

by andybrandt
MIT License
88
  • Apple
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use an official Python runtime as a parent image FROM python:3.10-slim # Set the working directory in the container WORKDIR /app # Copy the current directory contents into the container at /app ADD . /app # Install any needed packages specified in requirements.txt RUN pip install --no-cache-dir . # Make port 80 available to the world outside this container EXPOSE 80 # Run mcp_simple_arxiv when the container launches ENTRYPOINT ["python", "-m", "mcp_simple_arxiv"]

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