Skip to main content
Glama

PostHog MCP Server

by Shudufhadzo
Dockerfile542 B
FROM python:3.10-slim WORKDIR /app # Install system dependencies RUN apt-get update && \ apt-get install -y --no-install-recommends gcc && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* # Copy requirements first COPY requirements.txt ./ # Install dependencies RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir -r requirements.txt # Copy the application COPY . . # Set environment variables ENV PYTHONUNBUFFERED=1 ENV PYTHONPATH=/app # Run the MCP server CMD ["python", "-m", "posthog_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/Shudufhadzo/liquidium-mcp'

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