delta

GitHub

A syntax-highlighting pager for git, diff, grep, rg --json, and blame output

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "delta": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-delta"
      ]
    }
  }
}