Skip to content

Explain Changes

Free

by MCP Community

MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor

v1.1.0Added Apr 12, 2026
mcpexplain-changesaidiffvscode
Works with:ClaudeGPTGeminiCopilot

Explain Changes MCP Server

MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor

Installation

npx -y explain-changes-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y explain-changes-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "explain-changes": {
      "command": "npx",
      "args": ["-y", "explain-changes-mcp"]
    }
  }
}