Skip to main content
Glama
Dockerfile.dev419 B
# Development Dockerfile with hot reload support FROM python:3.11 # Install BLAST+ tools RUN apt-get update && apt-get install -y \ ncbi-blast+ \ && rm -rf /var/lib/apt/lists/* WORKDIR /app # Install Python dependencies COPY pyproject.toml . RUN pip install -e .[dev] # Don't copy source - will be mounted as volume ENV PYTHONPATH=/app ENV BIO_MCP_TEMP_DIR=/tmp/mcp-blast CMD ["python", "-m", "src.server"]

Latest Blog Posts

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/bio-mcp/bio-mcp-blast'

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