MCP File Edit
JSON →Perform file system operations such as reading, writing, patching, and managing directories.
Install
pip install -e Tools · 10
- edit_file Edit a file using targeted replacements or edits
- read_file Read the contents of a file
- write_file Write content to a file
- list_directory List files and directories in a specified path
- create_directory Create a new directory
- delete_file Delete a file
- move_file Move or rename a file
- copy_file Copy a file to a new location
- get_file_info Get metadata information about a file
- search_files Search for files matching a pattern
Environment variables
SECRET_KEYDATABASE_URL
Links
★ 14 GitHub stars