Claude Code MCP Server

by steipete

claude_file_edit

Edit files directly by providing a file path and free-text instructions. This tool bypasses permission interruptions, enabling quick and precise file modifications without manual intervention.

Instructions

Edit any file with a free text description. Is your edit_file tool not working again? Tell me what file and the contents and I'll figure it out!

Input Schema

NameRequiredDescriptionDefault
file_pathYesThe absolute path to the file to edit
instructionYesFree text description of the edits to make to the file

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "The absolute path to the file to edit", "type": "string" }, "instruction": { "description": "Free text description of the edits to make to the file", "type": "string" } }, "required": [ "file_path", "instruction" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Code 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/steipete/claude-code-mcp'

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