Large File MCP
UnclaimedMCP server for intelligent handling of large files — smart chunking, search, navigation, and streaming.
Install
npx @willianpinho/large-file-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (21)
caseSensitive
(optional): Case sensitive search (default: false)
chunkIndex
(optional): Zero-based chunk index (default: 0)
chunkSize
(optional): Chunk size in bytes (default: 64KB)
contextAfter
(optional): Context lines after match (default: 2)
contextBefore
(optional): Context lines before match (default: 2)
contextLines
(optional): Context lines before/after (default: 5)
filePath
(required): Absolute path to the file
get_file_structure
Analyze file structure and get comprehensive metadata.
get_file_summary
Get comprehensive statistical summary of a file.
includeLineNumbers
(optional): Include line numbers (default: false)
lineNumber
(required): Line number to navigate to (1-indexed)
linesPerChunk
(optional): Lines per chunk (auto-detected if not provided)
maxChunks
(optional): Maximum chunks to return (default: 10)
maxResults
(optional): Maximum results (default: 100)
navigate_to_line
Jump to a specific line with surrounding context.
pattern
(required): Search pattern
read_large_file_chunk
Read a specific chunk of a large file with intelligent chunking.
regex
(optional): Use regex pattern (default: false)
search_in_large_file
Search for patterns in large files with context.
startOffset
(optional): Starting byte offset (default: 0)
stream_large_file
Stream a file in chunks for processing very large files.