From aa6967c37ca44e8fb7ba4c48a57c902f821699e7 Mon Sep 17 00:00:00 2001 From: willian-nullisland Date: Mon, 10 Nov 2025 23:59:04 -0300 Subject: [PATCH] Add Large File MCP to awesome list Large File MCP provides intelligent file handling with: - Smart chunking with automatic size detection - Intelligent navigation and search - Memory-efficient streaming - Built-in LRU caching - 91.8% test coverage - Production ready npm: @willianpinho/large-file-mcp Docs: https://willianpinho.github.io/large-file-mcp/ GitHub: https://github.com/willianpinho/large-file-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 818fae23..fe33ed81 100644 --- a/README.md +++ b/README.md @@ -660,6 +660,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) 📇 ☁️ - Box integration for listing, reading and searching files - [isaacphi/mcp-gdrive](https://github.com/isaacphi/mcp-gdrive) 📇 ☁️ - Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets. - [jeannier/homebrew-mcp](https://github.com/jeannier/homebrew-mcp) 🐍 🏠 🍎 - Control your macOS Homebrew setup using natural language via this MCP server. Simply manage your packages, or ask for suggestions, troubleshoot brew issues etc. +- [willianpinho/large-file-mcp](https://github.com/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. - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 🪟 - Fast Windows file search using Everything SDK - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - Golang implementation for local file system access. - [mickaelkerjean/filestash](https://github.com/mickael-kerjean/filestash/tree/master/server/plugin/plg_handler_mcp) 🏎️ ☁️ - Remote Storage Access: SFTP, S3, FTP, SMB, NFS, WebDAV, GIT, FTPS, gcloud, azure blob, sharepoint, etc.