Skip to main content
Glama

Biomart MCP

Dockerfile438 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml uv.lock ./ COPY biomart-mcp.py ./ # Install dependencies RUN pip install --no-cache-dir mcp[cli]>=1.3.0 pybiomart>=0.2.0 # Expose any needed port (not strictly required for stdio) # Default command to run MCP server CMD ["python", "biomart-mcp.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/jzinno/biomart-mcp'

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