🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mcp-weave-patch

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-weave-patch

MCP server for structured file patching using compact syntax. Create, update, and delete files in one atomic operation.

latest
Source
npmnpm
Version
0.0.18
Version published
Weekly downloads
32
14.29%
Maintainers
1
Weekly downloads
 
Created
Source

mcp-weave-patch

MCP server for structured file patching using V4A diffs. Create, update, and delete files in one atomic operation.

Quick Start

Add to your MCP configuration:

{
  "weave": {
    "command": "npx",
    "args": ["-y", "mcp-weave-patch"]
  }
}

That's it. The binary is automatically downloaded on first run.

Why Use This?

  • One call replaces 5+ separate Edit/Write/Create calls — saves tokens and round-trips
  • Multi-file changes land atomically — no broken intermediate states
  • Context-based matching survives code drift; line numbers don't
  • Standard diff format — reviewers understand changes instantly

Build from Source

cargo build --release

FAQs

Package last updated on 12 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts