Fast Filesystem

Fast Filesystem

efforthye

Provides memory-efficient file operations with streaming support for handling large files, including reading, writing, searching, and batch operations with automatic chunking.

43632 views15Local (stdio)

What it does

  • Read and write large files with auto-chunking
  • Search file contents and code with regex support
  • Perform batch file operations across multiple files
  • Create compressed archives and backups
  • Navigate directories with pagination
  • Edit files with line-based precision

Best for

Developers working with large codebasesProcessing large data files without memory issuesAutomating file management tasksCode analysis and refactoring projects
Memory-efficient streaming for large filesBuilt-in backup and retry mechanismsNo setup required with npx

Tools (25)

fast_list_allowed_directories

Lists the allowed directories

fast_read_file

Reads a file (with auto-chunking support)

fast_read_multiple_files

Reads the content of multiple files simultaneously (supports sequential reading)

fast_write_file

Writes or modifies a file (provides emoji guidelines)

fast_large_write_file

Reliably writes large files (with streaming, retry, backup, and verification features)

Alternatives