mr-sentinel

sgharlow/mr-sentinel
★ 0 stars Python AI/LLM Updated 3d ago
A Google ADK agent (Gemini 2.5 Flash on Vertex AI) that reviews every GitLab merge request through GitLab's MCP server, scoring it against a compliance rubric and leaving an audit-grade trail. Google Cloud Rapid Agent Hackathon — GitLab track.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mr-sentinel": {
      "command": "uvx",
      "args": [
        "mr-sentinel"
      ]
    }
  }
}

Or install with pip: pip install mr-sentinel

README Excerpt

<p align="center"> <img src="docs/assets/logo-256.png" alt="MR Sentinel logo" width="160" height="160"> </p> <h1 align="center">MR Sentinel</h1> > An AI governance agent for merge requests — a Google ADK agent that reads each MR through GitLab's MCP server, judges it with Gemini against a written compliance rubric, and leaves an audit-grade paper trail.

Tools (5)

GCP_PROJECT_IDGITLAB_BASE_URLGITLAB_TOKENGITLAB_WEBHOOK_SECRETRUBRIC_VERSION

Topics

agent-builderagentic-aicloud-runcode-reviewcompliancegeminigitlabgoogle-adkgoogle-cloudgovernancehackathonmcpmerge-requestmodel-context-protocolvertex-ai