peteretelej/diffchunk
diffchunk - A local MCP server that gives LLMs the ability to work with large diff files. Essential for working with large repos.
Implements intelligent chunking to break diffs into manageable segments (default 1000 lines) with file-aware navigation, allowing LLMs to query specific files or patterns without loading entire changesets. Exposes five MCP tools—`load_diff`, `list_chunks`, `get_chunk`, `find_chunks_for_files`, and `get_file_diff`—that enable strategic exploration through pattern matching and per-file extraction. Designed for Claude, Cursor, Cline, and other AI coding assistants, with auto-filtering for trivial changes and generated files.
Available on PyPI.
Stars
8
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 10, 2026
Monthly downloads
373
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/peteretelej/diffchunk"
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...
cyanheads/filesystem-mcp-server
A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including...
n0zer0d4y/vulcan-file-ops
A Security-centric MCP Server providing enterprise-grade filesystem powers to AI...
peteretelej/largefile
largefile - MCP server that helps LLMs work with large files that exceed context limits. A...