Large File MCP Server
Related Servers
Alternatives to Large File MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceNavigate, search, and edit large codebases, logs, and data files that exceed AI context limits.811MIT
- AlicenseNot gradedqualityDmaintenanceEnables efficient reading, analyzing, and querying of Excel, CSV, and JSON files with support for chunked processing, column/field filtering, and streaming for large datasets. Supports multiple transport protocols (stdio, HTTP, SSE) for flexible integration.144ISC
- AlicenseNot gradedqualityDmaintenanceEnables file reading with pagination and regex-based code search across a codebase using grep.18MIT
- AlicenseAqualityBmaintenanceEnables LLMs to efficiently navigate and analyze large diff files by providing pattern-based chunk navigation, allowing direct access to relevant changes without loading entire diffs into context.58MIT
- AlicenseAqualityDmaintenanceProvides LLM-optimized filesystem access with intelligent file pagination for large files, lightning-fast ripgrep-powered code search with regex support, and security sandboxing to safely explore and search codebases.751MIT
- FlicenseAqualityFmaintenanceEnables users to process large datasets record by record, supporting JSON Lines and JSON with jq expressions, with stateful navigation, result tracking, and export capabilities.8-
TDQS
Scored across 6 tools
Most tools have clearly distinct purposes (navigate, search, stream, read chunk). However, get_file_structure and get_file_summary both provide file statistics, creating slight ambiguity about which to use for metadata needs.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., get_file_structure, navigate_to_line). The naming is predictable and clear across all six tools.
Six tools cover the core capabilities for reading and analyzing large files (structure, summary, navigation, chunking, searching, streaming). The count is well-scoped for the domain.
The tool set provides comprehensive read-only operations: structural metadata, statistical summary, targeted line access, chunked reading, pattern searching, and streaming. No obvious gaps for the declared purpose.