MCP server for efficient large file operations. Handles files up to 10GB with chunked reading, regex search, and streaming — designed for AI assistants working with massive codebases.
Read specific chunks of large files without loading the entire file into memory.
Regex-powered search with configurable context lines. Returns matches with surrounding code.
Get file metadata: size, line count, encoding, and structural overview without reading content.
Jump to a specific line number and read surrounding context. Fast random access for large files.
Statistical summary of file contents: line distribution, blank lines, comment density, top patterns.
Stream file in byte-sized chunks for processing. Handles files too large for single operations.