fast-diff-mcp

kweinmeister/fast-diff-mcp
★ 6 stars Python AI/LLM Updated today ⚠ Review
An MCP server with high-performance text diffing tools, powered by Rust.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fast-diff-mcp": {
      "command": "uvx",
      "args": [
        "fast-diff-mcp"
      ]
    }
  }
}

Or install with pip: pip install fast-diff-mcp

README Excerpt

A high-performance Model Context Protocol server that provides text diffing capabilities. This server enables LLMs to efficiently compare two blocks of text and receive the differences in the standard unified diff format. The core logic is implemented in Rust for maximum speed, offering a significant performance improvement over standard Python libraries. The server exposes both the high-performance Rust implementation and Python's native `difflib` for comparison and flexibility.