Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by hegner123 • Uncategorized
Parses git merge conflict markers and outputs structured JSON detailing conflicts.
Programmatically analyze and extract detailed information from git merge conflicts.
Automate conflict resolution workflows by understanding conflict context and content.
Integrate conflict parsing into larger code review or CI/CD pipelines.
This MCP server reads files containing git merge conflict markers and produces structured JSON output that includes each conflict's content, line numbers, branch references, and surrounding context. It supports both standard and diff3 conflict styles, making it easier to analyze and resolve merge conflicts programmatically. The tool can be used via CLI or integrated as an MCP server in Claude configurations.