FROM python:3.10-alpine
# Install system dependencies
RUN apk add --no-cache build-base \
&& apk add --no-cache libffi-dev openssl-dev
# Set working directory
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
# Upgrade pip
RUN pip install --upgrade pip
# Install dependencies
RUN pip install --no-cache-dir fastmcp requests
# Run the MCP server
CMD ["python", "pubmed_enhanced_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/leescot/pubmed-mcp-smithery'
If you have feedback or need assistance with the MCP directory API, please join our Discord server