Loading languages...
PR

pr_reviewer

@elhadjaoui1

This project implements an MCP (Model Context Protocol) server integrated with Claude Desktop. The server automatically analyzes your Pull Requests, reviews your changes, and adds comments directly to the modified files. It can also approve and merge your PRs. Additionally, the review is saved to a Google Doc in your Google Drive.

pr-review
claude-desktop
github
google-drive

# mcpServer Config

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

# stdio

uv --directory /path/to/mcp/project run pr-analyzer.py
Transport:
stdio
언어:
Python
생성됨:4/27/2025
업데이트됨:6/18/2025