mcp-pr-review

harman052/mcp-pr-review
★ 0 stars TypeScript AI/LLM Updated today
An AI-powered PR review assistant built on GitHub's MCP server, using the Vercel AI SDK and Next.js.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-pr-review": {
      "command": "npx",
      "args": [
        "-y",
        "harman052/mcp-pr-review"
      ]
    }
  }
}

README Excerpt

An AI-powered PR review assistant built on GitHub's MCP server, using the Vercel AI SDK and Next.js. ReviewPilot pulls a pull request's metadata, changed files, CI status, and diff via the [GitHub MCP server](https://github.com/github/github-mcp-server), assembles it into context, and asks LLM to produce a structured review summary: risk level, CI status, files that need a closer look, and open questions worth asking the author. It's a review aid, not a merge decision, it never tells you a PR is

Topics

anthropic-apigithub-mcp-servermcp-clientnextjsshadcn-uitailwindcssvercel-ai-sdk