Back to directory
elhadjaoui/pr_reviewer

elhadjaoui/pr_reviewer

@elhadjaoui

This project implements an MCP server integrated with Claude Desktop that automatically analyzes your Pull Requests, reviews your changes, and adds comments directly to the modified files. It can also approve and merge your PRs and save the review to a Google Doc.

mcpcode-reviewpull-requestgithubclaude-desktopautomationpython

Installation & Configuration

{
  "mcpServers": {
    "pr_reviewer": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp/project",
        "run",
        "pr-analyzer.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13