Command Palette

Search for a command to run...

UnylyUnyly
Browse all

PR Recommender

FreeNot checked

Intelligent PR boundary detection and recommendation system that analyzes git changes to generate atomic, logically-grouped pull request suggestions with titles

GitHubEmbed

About

Intelligent PR boundary detection and recommendation system that analyzes git changes to generate atomic, logically-grouped pull request suggestions with titles, descriptions, and rationale.

README

Overview

The MCP PR Recommender is an intelligent PR boundary detection and recommendation system designed to analyze git changes and generate atomic, logically-grouped pull request (PR) recommendations. It aims to optimize code review efficiency and deployment safety by providing structured PR suggestions with titles, descriptions, and rationale.

Features

  • Generate PR recommendations from git analysis data.
  • Analyze feasibility and risks of specific PR recommendations.
  • Retrieve available PR grouping strategies and settings.
  • Validate generated PR recommendations for quality, completeness, and atomicity.
  • Supports both STDIO and HTTP transport protocols for flexible integration.

Usage

The server can be run in different modes:

  • STDIO mode: For direct MCP client connections.
  • HTTP mode: For integration with MCP Gateway or other HTTP clients.

Running the server

# Run in STDIO mode (default)
python -m mcp_pr_recommender.main --transport stdio

# Run in HTTP mode
python -m mcp_pr_recommender.main --transport streamable-http --host 127.0.0.1 --port 9071

Input and Output

  • Input: Expects git analysis data from the mcp_local_repo_analyzer project.
  • Output: Structured PR recommendations including grouping, titles, descriptions, and rationale.

Tools Provided

  • generate_pr_recommendations: Generate PR recommendations from git analysis.
  • analyze_pr_feasibility: Analyze feasibility and risks of PR recommendations.
  • get_strategy_options: Get available grouping strategies.
  • validate_pr_recommendations: Validate PR recommendations for quality.

License

Apache-2.0 License

Author

Manav Gupta <[email protected]>

from github.com/manavgup/mcp_pr_recommender

Install PR Recommender in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-pr-recommender

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-pr-recommender -- uvx mcp-pr-recommender

FAQ

Is PR Recommender MCP free?

Yes, PR Recommender MCP is free — one-click install via Unyly at no cost.

Does PR Recommender need an API key?

No, PR Recommender runs without API keys or environment variables.

Is PR Recommender hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install PR Recommender in Claude Desktop, Claude Code or Cursor?

Open PR Recommender on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare PR Recommender with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs