Skip to main content
Glama

File Edit Check MCP Server

by 8grackles

checked_apply_diff

Applies a unified diff to a file after ensuring it has been pre-read, enforcing secure and documented file modifications to prevent unauthorized changes.

Instructions

Apply a diff to a file, requiring it to have been read first

Input Schema

NameRequiredDescriptionDefault
diffYesUnified diff content to apply
pathYesPath to the file to modify

Input Schema (JSON Schema)

{ "properties": { "diff": { "description": "Unified diff content to apply", "type": "string" }, "path": { "description": "Path to the file to modify", "type": "string" } }, "required": [ "path", "diff" ], "type": "object" }
Install Server

Other Tools from File Edit Check MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/8grackles/file-edit-check-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server