Skip to main content
Glama
Dockerfile483 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim ENV PYTHONUNBUFFERED=1 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ MCP_TRANSPORT=http \ PORT=8000 WORKDIR /app COPY . /app # Upgrade pip and ensure build backend is available before installing the package RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir hatchling && \ pip install --no-cache-dir . EXPOSE 8000 CMD ["sitebay-mcp"]

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/sitebay/sitebay-mcp'

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