MCP server - update an existing install
To update your MCP server, follow the steps below for your operating system.
Important considerations
- Your
.envfile does not need to be re-created.
The binary finds it automatically. Only edit the.envfile if release notes call out new variables. - Your AI client configuration does not need to change.
The binary path remains unchanged, so your AI tool will use the new binary on next restart. - Quit your AI client before updating, then reopen it after.
The running server holds the binary open — on Windows the MSI can't overwrite a locked
.exe(the upgrade silently fails or defers to a reboot), and on Linuxcpover a running binary fails withText file busy.
Windows
To update your MCP Server on Windows:
- Close your AI client.
- Run the new MSI installer.
- Reopen your AI client.
macOS
To update your MCP Server on macOS:
- Close your AI client.
-
Eject any previously-mounted Resilio disk images.
-
Finder
In Finder, click the eject button next to eachresilio-mcp-osx-…entry in the sidebar. -
Terminal:
In Terminal, run the following command:
Important
Every Resilio DMG mounts under the same volume name, so if a prior mount is still attached, the new one gets
resilio-mcp-osx-arm64 1(then2,3…) and thecpcommand below will silently pull the binary from a stale mount instead of the one you just opened. -
-
Download and open the new
.dmgfile. -
Overwrite the binary and clear quarantine:
cp "/Volumes/resilio-mcp-osx-arm64/resilio-mcp-server" ~/resilio-mcp/ xattr -d com.apple.quarantine ~/resilio-mcp/resilio-mcp-serverIntel Macs
On Intel Macs, swap
osx-arm64forosx-x64in the first line. -
Reopen your AI client.
Linux
To update your MCP Server on Linux:
- Close your AI client.
- Download and extract the new
.tar.gz. -
From inside the extracted folder, overwrite the binary:
-
Reopen your AI client.