← Index

io.github.vineethwilson15/semamerge

io.github.vineethwilson15/semamerge·v0.1.2·Developer Tools
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "semamerge": {
      "command": "npx",
      "args": [
        "-y",
        "semamerge"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "semamerge": {
      "command": "npx",
      "args": [
        "-y",
        "semamerge"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y semamerge
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools