Skip to content

merge conflict forecaster mcp for VS Code

io.github.mrfentmen/merge-conflict-forecaster-mcp

Predict local Git merge-conflict pressure from branch topology and changed-file overlap without...

client:VS Code transport:stdio runtime:npm

Install merge conflict forecaster mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "merge-conflict-forecaster-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "merge-conflict-forecaster-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

merge conflict forecaster mcp in other clients