Back to directory
patch-file-mcp

patch-file-mcp

@wallneradam2

An MCP Server that allows AI agents to make precise changes to files using block format patches

file-patchingai-agentfile-editingautomation

Installation & Configuration

{
  "mcpServers": {
    "patch-file": {
      "command": "uvx",
      "args": [
        "patch-file-mcp",
        "--allowed-dir",
        "/Users/your-username/projects",
        "--allowed-dir",
        "/Users/your-username/Documents/code"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/24
Updated
2026/6/7