v1.0 Available Now on VS Code

AI-Powered Code Review
That Stays Local

The MCP server that gives you 9 robust AI tools for PR reviews, commit messages, and secret scanning. 100% local processing means your code never leaves your machine.

DiffPilot โ€” VS Code
1 @diffpilot review_pr_changes
2 Analysis completed. Found 2 potential issues:
3  
4 Security Warning: Hardcoded API key detected in line 42.
5 Optimization: Use `StringBuilder` instead of concatenation in loop.
6 _

9 Powerful MCP Tools

Everything you need for a complete AI-assisted workflow, right inside your editor.

๐Ÿ“

review_pr_changes

AI-powered code review with custom instructions. Catch bugs before they merge.

๐Ÿท๏ธ

generate_pr_title

Generate semantic, conventional PR titles automatically based on diffs.

๐Ÿ“„

generate_pr_description

Create comprehensive PR descriptions with summaries and checklists.

๐Ÿ’ฌ

generate_commit_message

Generate descriptive commit messages from your staged changes.

๐Ÿ”

scan_secrets

Detect secrets, API keys, and passwords in your code before you push.

๐Ÿงช

suggest_tests

Get suggestions for unit and integration tests based on code logic.

๐Ÿ“Š

diff_stats

Get detailed statistics and breakdown of your changes.

๐Ÿ“œ

generate_changelog

Automatically generate a changelog from your commit history.

๐Ÿ”

get_pr_diff

Retrieve raw diffs between branches for manual or automated analysis.

How It Works

Seamless integration with your existing workflow.

โฌ‡๏ธ

1. Install

Add DiffPilot to VS Code or install via NuGet as a global tool.

๐Ÿ“‚

2. Open Project

Open any git repository. DiffPilot automatically detects changes.

๐Ÿค–

3. Use with AI

Ask Copilot or Claude: "Review my changes" or "Scan for secrets".

Why Choose DiffPilot?

100% Local & Secure

No code leaves your machine. Perfect for enterprise environments and security-conscious teams dealing with sensitive IP.

Zero Configuration

Install and start using immediately. No complex setups or API keys required for the base functionality.

Universal Compatibility

Works with GitHub Copilot, Claude Desktop, and any MCP-compatible AI client. Supports Azure DevOps, TFS, and local Git.

Repo Compatibility
GitHub
GitLab
Azure DevOps / TFS
Local Git Repositories

Get Started in Seconds

Option 1: VS Code Extension (Recommended)

Visual Studio Marketplace
ext install BurakKalafat.diffpilot

Option 2: .NET Tool

NuGet
dotnet tool install -g DiffPilot

Requires git installed and accessible in your PATH. Works best with VS Code 1.101+ and .NET 9.