Skip to content
Cursor

semamerge for Cursor

io.github.vineethwilson15/semamerge

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

client:Cursor transport:stdio runtime:npm

Install semamerge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

semamerge in other clients