Skip to content
VS Code

mergewarden for VS Code

io.github.sjh9714/mergewarden

Check whether a coding agent's changes stayed inside the scope it was given.

client:VS Code transport:stdio runtime:npm

Install mergewarden in VS Code

.vscode/mcp.json

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

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

mergewarden in other clients