Description

Provides AI-powered code review and developer productivity tools for Git workflows, operating entirely locally to preserve privacy. Features include automated PR title and description generation, conventional commit message creation, secret scanning across staged and unstaged changes, and branch comparison against main. Supports GitHub, Azure DevOps, and on-premise Git repositories with automatic branch detection and rate limiting.

Installation

git clone https://github.com/bkalafat/diffpilot-ts

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "diffpilot": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}