Submit

Semamerge

@vineethwilson15

MCP server that detects semantic (non-textual) merge conflicts between Git branches using AST-level analysis. Catches incompatible changes that Git merges cleanly but break at runtime — like signature changes, removed exports, interface breaks, and cross-file dependency conflicts.

Tools

check_merge_safety

analyze_branches

list_semantic_changes

analyze_file_pair

Server Config

{
  "mcpServers": {
    "semamerge": {
      "command": "npx",
      "args": [
        "-y",
        "semamerge"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.