PR Reviewer
par nartc
Local PR review tool — view git diffs, add inline comments, and push feedback directly to AI coding agents via MCP.
What it does
PR Reviewer is a self-hosted tool that bridges your local git workflow with AI coding agents. Run a local web server, open a diff UI in your browser, add inline or general comments on any changed file, then deliver that feedback directly to Claude Code, Cursor, or any MCP-compatible agent — all without pushing to GitHub or involving external review services.
Tools
| Tool | Description |
|---|---|
check_pr_comments | Fetch pending review comments for the current repository |
mark_comment_resolved | Mark a comment as resolved once the agent has addressed it |
list_pending_comments | List pending comments across all scanned repositories |
list_repo_pending_comments | Scope pending comment listing to the current repo only |
get_comment_details | Retrieve full details of a specific comment by ID |
Installation
Clone and build first:
git clone https://github.com/nartc/local-pr-reviewer.git
cd local-pr-reviewer && pnpm install && pnpm build
Then add to your agent's MCP config:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"pr-reviewer": {
"command": "node",
"args": ["/absolute/path/to/local-pr-reviewer/dist/mcp-server/index.js"]
}
}
}
Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"pr-reviewer": {
"command": "node",
"args": ["/absolute/path/to/local-pr-reviewer/dist/mcp-server/index.js"]
}
}
}
Start the web UI with pnpm start, open http://localhost:3000, and your agent will pick up comments via check_pr_comments.
Supported hosts
Claude Desktop, Claude Code CLI, and Cursor are explicitly documented in the README.
Installation rapide
git clone https://github.com/nartc/local-pr-reviewer.git && cd local-pr-reviewer && pnpm install && pnpm buildInformations
- Tarification
- free
- Publié
- 4/7/2026
- étoiles
- 0