Skip to main content
File SystemsTypeScript

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.

file-systemslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/willianpinho/large-file-mcp

Claude 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.

Details

Category
File Systems
Language
TypeScript
Author
willianpinho