From 7a915cd075a3d459927beef4f7c4b78b3c2c3c25 Mon Sep 17 00:00:00 2001 From: Goro-Sun Date: Mon, 26 May 2025 19:55:54 +0900 Subject: [PATCH] Add Unified Diff MCP Server to community servers - Beautiful HTML and PNG diff visualization using diff2html - Designed for filesystem edit_file dry-run output - High-performance Bun runtime - Cross-platform support (Windows/macOS/Linux) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 855a9ed675..bfb3c3393d 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Unity Catalog](https://github.com/ognis1205/mcp-server-unitycatalog)** - An MCP server that enables LLMs to interact with Unity Catalog AI, supporting CRUD operations on Unity Catalog Functions and executing them as MCP tools. - **[Unity3d Game Engine](https://github.com/CoderGamester/mcp-unity)** - An MCP server that enables LLMs to interact with Unity3d Game Engine, supporting access to a variety of the Unit's Editor engine tools (e.g. Console Logs, Test Runner logs, Editor functions, hierarchy state, etc) and executing them as MCP tools or gather them as resources. - **[Unity Integration (Advanced)](https://github.com/quazaai/UnityMCPIntegration)** - Advanced Unity3d Game Engine MCP which supports ,Execution of Any Editor Related Code Directly Inside of Unity, Fetch Logs, Get Editor State and Allow File Access of the Project making it much more useful in Script Editing or asset creation. +- **[Unified Diff MCP Server](https://github.com/gorosun/unified-diff-mcp)** - Beautiful HTML and PNG diff visualization using diff2html, designed for filesystem edit_file dry-run output with high-performance Bun runtime. - **[Vega-Lite](https://github.com/isaacwasserman/mcp-vegalite-server)** - Generate visualizations from fetched data using the VegaLite format and renderer. - **[Video Editor](https://github.com/burningion/video-editing-mcp)** - A Model Context Protocol Server to add, edit, and search videos with [Video Jungle](https://www.video-jungle.com/). - **[Video Still Capture](https://github.com/13rac1/videocapture-mcp)** - 📷 Capture video stills from an OpenCV-compatible webcam or other video source.