Back to Home
willianpinho icon

large-file-mcp

Verified Safe

by willianpinho

Overview

The server provides intelligent handling of large files with smart chunking, navigation, and streaming capabilities for AI applications.

Installation

Run Command
npx @willianpinho/large-file-mcp

Environment Variables

  • CHUNK_SIZE
  • OVERLAP_LINES
  • MAX_FILE_SIZE
  • CACHE_SIZE
  • CACHE_TTL
  • CACHE_ENABLED

Security Notes

The server relies on Node.js standard file system operations (`fs`, `readline`) which generally prevent command injection via file paths. It includes `verifyFile` to check file accessibility and type. However, the `search_in_large_file` tool uses `RegExp` directly from user-provided patterns, which could expose the server to Regular Expression Denial of Service (ReDoS) attacks if a malicious regex pattern is provided. There are no hardcoded secrets, obfuscation, or direct `child_process.exec` calls, and it communicates via stdio, not network ports.

Similar Servers

Stats

Interest Score31
Security Score8
Cost ClassHigh
Avg Tokens25000
Stars1
Forks0
Last Update2025-12-06

Tags

large-filesstreamingsearchcachingfile-management