local-pr-reviewer
v2.1.4
Published
CLI for setting up and managing local-pr-reviewer
Readme
local-pr-reviewer
CLI for setting up and managing local-pr-reviewer - a local PR review tool for AI coding agents.
Installation
npx local-pr-reviewer setupCommands
setup
Install and configure local-pr-reviewer globally.
npx local-pr-reviewer setupThis will:
- Install the review server to
~/.config/local-pr-reviewer/ - Configure MCP tools for Claude Code and/or OpenCode
- Optionally setup AI features
- Install the skill via Vercel Skills
start
Start the review server.
npx local-pr-reviewer startReturns the URL to the review interface. If already running, returns the existing URL.
stop
Stop the running review server.
npx local-pr-reviewer stopsetup-mcp
Configure MCP for additional coding agents.
npx local-pr-reviewer setup-mcpMCP Tools
After setup, these tools are available in your coding agent:
start_review_server- Start the web server and get URLget_server_status- Check if server is runningcheck_pr_comments- Fetch pending review commentsmark_comment_resolved- Mark a comment as resolvedlist_pending_comments- List all pending commentsget_comment_details- Get details of a specific comment
Configuration
Configuration is stored in ~/.config/local-pr-reviewer/:
server.json- Running server info (port, PID)version.json- Installed versionpreferences.json- User preferences.env- AI provider configuration (optional)
License
MIT
