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.
Quick Start
Clone the repository:
git clone https://github.com/willianpinho/large-file-mcpClaude Desktop configuration example:
{
"mcpServers": {
"large-file-mcp": {
"command": "npx",
"args": [
"-y",
"willianpinho/large-file-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.