Odel
semamerge

semamerge

Local
@vineethwilson15TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsemamergev0.1.2

Run

npx -y semamerge

MCP client config

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