Editor MCP
JSON →A server for file operations, allowing reading, editing, and managing text files through a standardized API.
Install
npx babel` Tools · 14
- set_file Sets the current file to work with.
- skim Reads full text from the current file. Each line is prefixed with its line number.
- read Reads text from the current file from start line to end line.
- select Select a range of lines from the current file for subsequent overwrite operation.
- overwrite Prepare to overwrite a range of lines in the current file with new text.
- confirm Apply pending changes from the overwrite operation.
- cancel Discard pending changes from the overwrite operation.
- delete_file Delete the currently set file.
- new_file Creates a new file and automatically sets it as the current file for subsequent operations.
- find_line Find lines that match provided text in the current file.
- find_function Find a function or method definition in the current Python or JavaScript/JSX file.
- listdir Lists the contents of a directory.
- run_tests Tools for running Python tests with pytest and configuring the Python environment.
- set_python_path Tools for running Python tests with pytest and configuring the Python environment.
Links
★ 14 GitHub stars