Skip to main content
Glama

Gerrit Review MCP Server

Dockerfile431 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Prevent Python from buffering stdout/stderr ENV PYTHONUNBUFFERED=1 # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml requirements.txt server.py config.py README.md ./ # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Default command CMD ["python", "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/cayirtepeomer/gerrit-code-review-mcp'

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