File System
Read, write, list, and inspect local files. All paths are sandboxed to abasePath directory, preventing traversal attacks.
Quick Start
Config
Root directory for file access. All paths are resolved relative to this. Prevents directory traversal.
Enable the
fs_write_file tool. Disabled by default for safety.Tools
| Tool | Description |
|---|---|
fs_read_file | Read the contents of a file. |
fs_list_directory | List files and subdirectories. Supports recursive listing. |
fs_file_info | Get file metadata (size, type, modified/created dates). |
fs_write_file | Write or append to a file. Only available when allowWrite: true. |