semamerge
Rank #32234glama/vineethwilson15/semamerge
MCP server that detects semantic (non-textual) merge conflicts between Git branches using AST-level analysis. Catches incompatible changes that Git merges cleanly — signature changes, removed exports, parameter changes, interface breaks, and cross-file dependency conflicts.
semamerge is a Model Context Protocol (MCP) server published by vineethwilson15. It ranks #32234 of 58,900 servers tracked on MCP Toplist. semamerge is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 25, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 26,666 of 58,900 servers on MCP Toplist.
Use semamerge
Add semamerge to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"semamerge": {
"command": "npx",
"args": [
"-y",
"semamerge"
]
}
}
}Listed on 2 registries (1 delisted)
vineethwilson15
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 25, 2026 |
Frequently asked questions
- What is semamerge?
- MCP server that detects semantic (non-textual) merge conflicts between Git branches using AST-level analysis. Catches incompatible changes that Git merges cleanly — signature changes, removed exports, parameter changes, interface breaks, and cross-file dependency conflicts.
- Who maintains semamerge?
- semamerge is maintained by vineethwilson15, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is semamerge listed on the official MCP registry?
- Yes — semamerge is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does semamerge have?
- MCP Toplist tracks 1 version of semamerge, most recently published on Apr 25, 2026.
- Where can I find the source code for semamerge?
- The source code for semamerge is hosted at github.com/vineethwilson15/semamerge.