CodeReview.MCP 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CodeReview.MCP --version 0.5.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local CodeReview.MCP --version 0.5.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CodeReview.MCP&version=0.5.0
                    
nuke :add-package CodeReview.MCP --version 0.5.0
                    

πŸš€ REBUSS.Pure – AI Code Review That Focuses Only on What Matters

Stop sending irrelevant code to AI.
Send only the right context β€” and understand Pull Requests faster.


πŸ’‘ What is this?

REBUSS.Pure is a lightweight MCP server that enables AI agents (GitHub Copilot, ChatGPT, Claude) to perform high-signal code reviews by providing only the context that actually matters.

Instead of overwhelming the model with your entire repository, REBUSS.Pure:

  • πŸ” analyzes Azure DevOps and GitHub Pull Requests
  • πŸ“„ provides only relevant code changes
  • 🧠 enables focused code review & self-review
  • ⚑ delivers minimal, high-signal context

🎯 Why this exists

Most AI workflows today:

  • ❌ send too much code
  • ❌ drown the model in noise
  • ❌ produce generic, low-quality feedback

REBUSS.Pure changes the approach:

  • βœ… sends only relevant context
  • βœ… reduces noise, not just tokens
  • βœ… helps AI focus on what actually matters

πŸ‘‰ built for real-world code review, not demos


🧠 Core idea

AI doesn’t need more code.
It needs the right code.

Instead of:

❌ full repo β†’ LLM

You get:

LLM β†’ MCP β†’ high-signal context only

✨ Key Features

  • πŸ”Ή Azure DevOps and GitHub Pull Request integration
  • πŸ”Ή High-signal, diff-based AI context
  • πŸ”Ή Local self-review (no network required)
  • πŸ”Ή No repo cloning needed
  • πŸ”Ή Incremental, on-demand data access
  • πŸ”Ή Ready-to-use review prompts
  • πŸ”Ή Works with any MCP-compatible agent
  • πŸ”Ή Authentication via Azure CLI, GitHub CLI (gh auth), or PAT
  • πŸ”Ή Auto-detects VS Code and Visual Studio
  • πŸ”Ή Auto-detects provider from Git remote URL

πŸ”’ Security & Privacy

Your source code never leaves your machine.

REBUSS.Pure runs as a local process on your workstation. It does not upload, store, or relay your code to any external service. The MCP server acts as a controlled gateway between your AI agent and the data it actually needs:

  • Local processing only β€” the server runs on localhost; no outbound code transmission occurs.
  • Minimal data exposure β€” the AI model receives only relevant context, not the full repository.
  • Azure DevOps stays yours β€” when fetching PR data, requests go directly to your organization's Azure DevOps APIs using your credentials. No intermediary services are involved.
  • GitHub stays yours β€” GitHub API requests go directly to api.github.com using your personal access token. No intermediary services are involved.
  • Offline self-review β€” local review (#self-review) operates entirely without network access. Git operations run against your local repository; nothing is sent anywhere.
  • No telemetry, no tracking β€” the server collects zero usage data and phones home to nobody.

In short: REBUSS.Pure gives AI agents precise, scoped access to exactly the context they need β€” and nothing more.


πŸ†š Compared to typical AI workflows

Feature REBUSS.Pure Typical approach
Context quality High-signal Noisy
Context size Minimal Huge
Token usage Efficient Wasteful
Setup 1 command Complex
Review quality Focused Generic
Data privacy Code stays local Full repo sent to AI

⚑ Quick Start

1. Install

dotnet tool install -g CodeReview.MCP

Option B - PowerShell

irm https://raw.githubusercontent.com/rebuss/CodeReview.MCP/master/install.ps1 | iex

Option C - Bash

curl -fsSL https://raw.githubusercontent.com/rebuss/CodeReview.MCP/master/install.sh | bash

2. Initialize in your repo

cd /path/to/your/repo
rebuss-pure init

This will:

  • βœ” detect your IDE (VS Code β†’ .vscode/mcp.json, Visual Studio β†’ .vs/mcp.json)
  • βœ” generate MCP server configuration
  • βœ” copy review prompts to .github/prompts/
  • βœ” copy instruction files to .github/instructions/ (for GitHub Copilot custom instructions)
  • βœ” authenticate via Azure CLI (opens browser for login) or accept a GitHub PAT

3. Review a Pull Request

In Copilot / AI chat:

123 #review-pr

Where 123 is the Azure DevOps or GitHub Pull Request number.


4. Self-review local changes

#self-review

Works offline β€” no Azure DevOps connection required.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.8.3 131 4/27/2026
0.8.2 162 4/20/2026
0.8.1 115 4/20/2026
0.8.0 119 4/19/2026
0.7.0 350 4/4/2026
0.6.1 140 4/3/2026
0.6.0 120 4/2/2026
0.5.0 143 3/26/2026
0.4.1 158 3/23/2026
0.4.0 115 3/20/2026