Claude Code MCP

editFile

Create or modify files by specifying the file path and content using Claude Code MCP's tool for direct file editing and management.

Instructions

Create or edit a file

Input Schema

NameRequiredDescriptionDefault
contentYesThe new content for the file
file_pathYesThe absolute path to the file to edit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The new content for the file", "type": "string" }, "file_path": { "description": "The absolute path to the file to edit", "type": "string" } }, "required": [ "file_path", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Code MCP

Related Tools

ID: nqo1hvazke