Odel
GitWand

GitWand

Local
@devlint167TypeScriptMITUpdated 4 days ago

Auto-resolves Git merge conflicts so agents only touch the complex hunks.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gitwand/mcpv3.9.1

Run

npx -y @gitwand/mcp

MCP client config

{
  "mcpServers": {
    "gitwand": {
      "command": "npx",
      "args": [
        "-y",
        "@gitwand/mcp"
      ]
    }
  }
}