file systems

Large File Mcp

Production-ready MCP server for intelligent handling of large files with smart chunking, navigation, streaming capabilities, regex search, and built-in LRU caching.

typescript
local
macos
windows
linux
file systems
0
View on GitHub

Installation

npx -y willianpinho/large-file-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "large-file-mcp",
  "command": "npx",
  "args": [
    "-y",
    "willianpinho/large-file-mcp"
  ]
}

About This MCP Server

willianpinho/large-file-mcp

Production-ready MCP server for intelligent handling of large files with smart chunking, navigation, streaming capabilities, regex search, and built-in LRU caching.

GitHub: https://github.com/willianpinho/large-file-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub