Skip to main content
Glama

League of Legends Mock Match Predictor

MIT License
4
Dockerfile625 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Avoid prompt from tzdata ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 WORKDIR /app # Copy only necessary files COPY setup.py pyproject.toml mcp.json main.py smithery.yaml README.md LICENSE . # Install dependencies RUN apt-get update \ && apt-get install -y --no-install-recommends gcc libffi-dev \ && pip install --no-cache-dir . \ && apt-get purge -y --auto-remove gcc libffi-dev \ && rm -rf /var/lib/apt/lists/* # Expose nothing (stdio-based MCP) ENTRYPOINT ["python3", "main.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/onepersonunicorn/lolgpt'

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