Package

Gerrit Code Review

Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session

team.gaijin/go-gerrit-mcpSource repository
Version1.1.3latest catalog version
ConnectionPackageoci
PublishedJul 15, 2026catalog
UpdatedJul 15, 2026catalog
Overview

What this server provides

Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session

Install

Packages

1
Package 1oci
ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3Version not declared
  • GERRIT_URL

    Base URL of the Gerrit instance

    Required
  • GERRIT_USERNAME

    Account username for HTTP authentication

    Required
  • GERRIT_TOKEN

    HTTP password or token of the account

    Required
  • GERRIT_MCP_GROUPS

    Comma-separated capability groups to enable: read, comment, transition

    Default: read
    Optional
  • GERRIT_MCP_PROJECTS

    Comma-separated Gerrit project allowlist confining every operation

    Optional
  • GERRIT_MCP_OWN_CHANGES_ONLY

    Refuse trail-leaving operations on changes not owned by the authenticated account

    Format: boolean · Default: true
    Optional
  • GERRIT_MCP_REVIEW_NOTIFICATIONS

    Enable review notifications: poll Gerrit for activity on subscribed changes and push it into the agent's session (requires a client with channel support)

    Format: boolean · Default: false
    Optional
  • GERRIT_MCP_REVIEW_NOTIFICATIONS_POLL_INTERVAL

    Poll cadence for subscribed changes, as a Go duration

    Default: 60s
    Optional
  • GERRIT_MCP_REVIEW_NOTIFICATIONS_INCLUDE_OWN

    Keep the authenticated account's own activity in review notifications

    Format: boolean · Default: false
    Optional
  • GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_ACCOUNTS

    Comma-separated usernames or numeric account IDs whose activity never becomes a review notification

    Optional
  • GERRIT_MCP_REVIEW_NOTIFICATIONS_EXCLUDE_PATTERNS

    Comma-separated regular expressions; matching message or comment text never becomes a review notification

    Optional
View server metadata