dshills/mcp-pr
MCP server for AI-powered code review using Claude, GPT, or Gemini. Review staged/unstaged git changes, specific commits, or arbitrary code snippets. Returns structured findings with severity, suggestions, and line numbers. Integrates with Claude Desktop and MCP-compatible clients.
Platform-specific configuration:
{
"mcpServers": {
"mcp-pr": {
"command": "npx",
"args": [
"-y",
"mcp-pr"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...