patchitRIGHT

loerei/patchitRIGHT
★ 0 stars Python Code/Dev Tools Updated 9d ago
patchitRIGHT: An AST-bounded secure code-writing MCP server with transactional multi-file refactoring and rollback.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "patchitright": {
      "command": "uvx",
      "args": [
        "patchitright"
      ]
    }
  }
}

Or install with pip: pip install patchitright

README Excerpt

**patchitRIGHT** is a single-tool AST-bounded secure code-writing MCP server. It leverages [jCodeMunch](https://github.com/jgravelle/jcodemunch-mcp) index engines to perform surgical search-and-replace (`patch_file`) operations within precise AST scopes (such as functions or classes), complete with line filters and safe dry-run previews.

Tools (8)

_resolve_allowed_base_dir_resolve_ast_boundariesallow_multipledry_runend_linepatch_contentsymbol_nametarget_file