Enables secure filesystem operations with directory sandboxing and optional read-only mode. Supports file reading/writing, directory management, file searching, and text operations while restricting access to specified directories.
Provides a hardened filesystem interface that lets a local model read and write files only within user-specified directories, with symlink protection and atomic operations.
Provides sandboxed access to local filesystem operations including directory and file management, content search with glob and regex patterns, and binary file support with configurable safety limits.
Provides secure, sandboxed filesystem operations including reading, writing, listing, searching, and managing files and directories within a configurable working directory with strict security controls.
Enables secure filesystem operations (read, write, list, search, delete) within allowed directories (~/Documents and ~/Downloads), with restrictions such as delete only in Downloads and file size limits.
Provides secure access to local files from specified directories. Enables listing files, reading contents, and configurable file size and extension filtering.