Skip to main content
Glama

GA4 MCP Server

Dockerfile378 B
FROM python:3.13-slim WORKDIR /app RUN apt-get update && apt-get install -y git COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt RUN adduser --disabled-password --gecos "" myuser && \ chown -R myuser:myuser /app COPY . . USER myuser ENV PATH="/home/myuser/.local/bin:$PATH" CMD ["sh", "-c", "uvicorn main:app --host 0.0.0.0 --port $PORT"]

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/paulhindemith/ga4-mcp-server'

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