FROM python:3.11-slim

RUN pip install --no-cache-dir sifter-mcp

ENV SIFTER_BASE_URL=https://app.sifter.run

ENTRYPOINT ["sifter-mcp"]
