Skip to main content
Glama

Apple Health MCP Server

Dockerfileβ€’830 B
FROM python:3.13-slim AS builder RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN pip install --no-cache-dir --upgrade pyopenssl COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ WORKDIR /root_project COPY uv.lock pyproject.toml ./ COPY . . RUN uv venv /root_project/.venv ENV PATH="/root_project/.venv/bin:$PATH" RUN uv sync --frozen --no-dev FROM python:3.13-slim RUN apt-get update && \ apt-get install -y --no-install-recommends libpq5 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* WORKDIR /root_project COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ COPY --from=builder /root_project /root_project EXPOSE 8000 CMD ["uv", "run", "python", "start.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/the-momentum/apple-health-mcp-server'

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