{"slug":"danielpodrazka/editor-mcp","name":"Editor MCP","description":"A server for file operations, allowing reading, editing, and managing text files through a standardized API.","category":"file-system","tags":[],"official":false,"stars":14,"transport":"stdio","install":[{"cmd":"npx babel`","imports":[]}],"tools":[{"name":"set_file","description":"Sets the current file to work with."},{"name":"skim","description":"Reads full text from the current file. Each line is prefixed with its line number."},{"name":"read","description":"Reads text from the current file from start line to end line."},{"name":"select","description":"Select a range of lines from the current file for subsequent overwrite operation."},{"name":"overwrite","description":"Prepare to overwrite a range of lines in the current file with new text."},{"name":"confirm","description":"Apply pending changes from the overwrite operation."},{"name":"cancel","description":"Discard pending changes from the overwrite operation."},{"name":"delete_file","description":"Delete the currently set file."},{"name":"new_file","description":"Creates a new file and automatically sets it as the current file for subsequent operations."},{"name":"find_line","description":"Find lines that match provided text in the current file."},{"name":"find_function","description":"Find a function or method definition in the current Python or JavaScript/JSX file."},{"name":"listdir","description":"Lists the contents of a directory."},{"name":"run_tests","description":"Tools for running Python tests with pytest and configuring the Python environment."},{"name":"set_python_path","description":"Tools for running Python tests with pytest and configuring the Python environment."}],"env_vars":[],"auth_type":"none","github":"https://github.com/danielpodrazka/editor-mcp","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}