Patch File MCP Fork
UnclaimedAgent‑ready MCP server for precise, cross‑model file edits. Improves context management and developer flow by auto‑running Ruff/ Black/MyPy after Python edits, all within a secure allowed‑dir sandbox
Install
$
pip install -e .Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (4)
Cross-Platform
Works identically on Windows, MacOS, and Linux
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.