FROM python:3.13-slim-bookworm
ADD . /app
COPY --from=ghcr.io/astral-sh/uv:0.7.12 /uv /uvx /bin/
WORKDIR /app
RUN uv sync -v
# Place executables in the environment at the front of the path
ENV PATH="/app/.venv/bin:$PATH"
ENTRYPOINT [ "python3", "gabi.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/andreadecorte/gabi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server