peteretelej/largefile
largefile - MCP server that helps LLMs work with large files that exceed context limits. A must-have foundational MCP server.
Provides semantic code navigation via Tree-sitter (Python, JS/TS, Rust, Go, Java) to extract functions and classes, plus intelligent search modes (fuzzy, regex, inverted matching) that avoid line-number errors common in traditional edits. Implements a tiered memory strategy (RAM → memory-mapped → streaming) to handle files up to several gigabytes, with specialized tail/head modes for log analysis and automatic backup/revert capabilities for safe bulk replacements.
Available on PyPI.
Stars
8
Forks
2
Language
Python
License
—
Category
Last pushed
Mar 06, 2026
Monthly downloads
892
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/peteretelej/largefile"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
efforthye/fast-filesystem-mcp
A high-performance Model Context Protocol (MCP) server that provides secure filesystem access...
MarcusJellinghaus/mcp_server_filesystem
MCP File System Server: A secure Model Context Protocol server that provides file operations for...
seuros/action_mcp
Rails Engine with MCP compliant Spec.
cyanheads/filesystem-mcp-server
A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including...
peteretelej/diffchunk
diffchunk - A local MCP server that gives LLMs the ability to work with large diff files....