y-hirakaw/mcp-file-editor
3.2
If you are the rightful owner of mcp-file-editor and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A minimal MCP server for file editing operations, designed to enhance Claude Code's markdown file editing capabilities.
Tools
Functions exposed to the LLM to take actions
read_file
Read file contents (full or partial) with options for line range and max lines.
write_file
Write or overwrite file content.
create_file
Create a new file with optional initial content.
append_file
Append content to an existing file.
file_exists
Check if a file exists at the specified path.
get_file_info
Retrieve metadata about a file, such as size and permissions.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client