Filesystem
JSON →Secure file operations with configurable access controls
Tools · 13
- read_text_file Read complete contents of a file as text
- read_media_file Read an image or audio file
- read_multiple_files Read multiple files simultaneously
- write_file Create new file or overwrite existing (exercise caution with this)
- edit_file Make selective edits using advanced pattern matching and formatting
- create_directory Create new directory or ensure it exists
- list_directory List directory contents with [FILE] or [DIR] prefixes
- list_directory_with_sizes List directory contents with [FILE] or [DIR] prefixes, including file sizes
- move_file Move or rename files and directories
- search_files Recursively search for files/directories that match or do not match patterns
- directory_tree Get recursive JSON tree structure of directory contents
- get_file_info Get detailed file/directory metadata
- list_allowed_directories List all directories the server is allowed to access
★ 86,215 GitHub stars