Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official
Dockerfile437 B
FROM python:3.13-slim # Install uv. COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # Copy the application into the container. COPY . /app # Install the application dependencies. WORKDIR /app RUN uv venv RUN uv sync --frozen --no-cache RUN uv build # Run the application. ENV MCP_ENVIRONMENT=PRODUCTION ENV PORT=8000 EXPOSE 8000 ENTRYPOINT ["/app/.venv/bin/gunicorn", "biocontext_kb.app:app", "-c", "/app/config/gunicorn.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/biocontext-ai/knowledgebase-mcp'

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