Skip to main content
Glama

PubMed-MCP-Server

Dockerfile448 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-alpine # Install necessary system dependencies RUN apk add --no-cache gcc musl-dev linux-headers WORKDIR /app # Copy the entire repository to the container COPY . . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Expose ports if needed (not required for stdio transport) CMD ["python", "pubmed_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/JackKuo666/PubMed-MCP-Server'

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