Codiff
byTBosak
0Computes line-based diffs between two text inputs using a simple MCP server.
About
Codiff is a streamlined MCP server designed for efficiently calculating line-based differences between two pieces of text. It offers a `codiff` function, taking 'original' and 'modified' text as inputs. Integrated with Cursor, Codiff can be set up to automatically handle comparison tasks, such as identifying changes between files or code blocks, providing structured diff results, and highlighting key insertions and deletions.
Key Features
- Estimates token savings.
- Computes line-based diffs.
- 0 GitHub stars
- Highlights insertions and deletions.
- Integrates with Cursor IDE for automated comparisons.
- Provides structured diff output.
Use Cases
- Analyzing changes between versions of code.
- Comparing two files for differences.
- Diffing code blocks.