Skip to main content
Glama

REI3 Tickets MCP Server

by lgndluke
Dockerfile912 B
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim LABEL authors="lukas.jeckle" # Set working directory WORKDIR /app # Enable bytecode compilation ENV UV_COMPILE_BYTECODE=1 # Set uv link mode ENV UV_LINK_MODE=copy # Set uv tool directory ENV UV_TOOL_BIN_DIR=/usr/local/bin # Install the project's dependencies using the lockfile and settings RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ uv sync --locked --no-install-project --no-dev # Add the rest of the project source code and install it. COPY . /app RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --locked --no-dev # Place executables in the environment ENV PATH='/app/.venv/bin:$PATH' # Reset entrypoint, don't invoke uv. ENTRYPOINT [] # RUN the application. CMD ["python", "./rei3_tickets_mcp_server.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/lgndluke/REI3-Tickets-MCP-Server'

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