Cross-Platform
Works identically on Windows, MacOS, and Linux
How to use it
Cross-Platform is exposed by the Patch File MCP Fork MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the Cross-Platform tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Patch File MCP Fork
$
pip install -e .Other tools in Patch File MCP Fork (3)
file_path
Absolute path to the file to be patched (Windows: C:/path/file.py or C:\\path\\file.py; Unix: /path/file.py). Relative paths are rejected.
patch_content
Content to search and replace using block format with SEARCH/REPLACE markers. Multiple blocks are supported.
patch_file
Update an existing file using a simple block format. Use absolute paths.