# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
FROM ghcr.io/astral-sh/uv:alpine
# Set working directory
WORKDIR /app
# Copy project files
COPY . /app
# Install dependencies (excluding dev dependencies)
RUN uv sync --no-dev
ENV TRANSPORT=http
# Default command to start the MCP server via stdio transport
CMD ["uv", "--directory", "/app", "run", "kmb_mcp.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/kennyckk/mcp_hkbus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server