Skip to main content
Glama

Berghain Events MCP Server

by alejofig
Dockerfile306 B
FROM python:3.12-slim ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 ENV PORT 8080 WORKDIR /app RUN pip install --no-cache-dir uv COPY pyproject.toml uv.lock* ./ COPY requirements.txt ./ RUN uv pip install -r requirements.txt --system COPY . . EXPOSE 8080 CMD ["python", "app/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/alejofig/mcp-berghain'

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