Skip to content
Claude Desktop

semamerge for Claude Desktop

io.github.vineethwilson15/semamerge

Detects semantic merge conflicts between Git branches using AST-level analysis

client:Claude Desktop transport:stdio runtime:npm

Install semamerge in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "semamerge": {
      "command": "npx",
      "args": [
        "-y",
        "semamerge"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

semamerge in other clients