Awesome MCPSoftware Development

gorosun/unified-diff-mcp

⭐ 12 TypeScript repository created 2025-05-25

Unified Diff MCP Server turns unified diff text into a rendered visual comparison for MCP clients such as Claude Desktop. Rendering uses diff2html, and the server offers two tools with different destinations. The first uploads the rendered diff to a GitHub Gist and returns a browser-ready preview URL, which suits quick sharing and code review; gists are secret by default and are deleted automatically after an expiry set in minutes, defaulting to thirty and capped at one day. The second writes an HTML or PNG file to local disk instead, optionally opening it in the browser, which suits documentation, presentations and archived comparisons. Both tools share the same rendering parameters: the diff text itself, a format of side-by-side or line-by-line, flags for the file list summary, syntax highlighting and automatic opening, and the original and modified file paths shown in the output. Configuration goes through environment variables in the client's server entry: GITHUB_TOKEN, a personal access token with gist scope, needed only for the Gist tool; DEFAULT_AUTO_OPEN; and DEFAULT_OUTPUT_MODE, either html or image. Installation is through Smithery with a configuration object, or manually by cloning the repository, running bun install and pointing the client at the TypeScript entry point with bun. The project is written in TypeScript for the Bun runtime and documents automatic opening on Windows through start with explorer as a fallback, on macOS through open with an AppleScript fallback, and on Linux. The README also describes low, medium and high security levels for shared diffs, so sensitive changes can go out as secret gists that expire quickly rather than as public ones, and it lists recommended prompts for each use case in both English and Japanese.

https://github.com/gorosun/unified-diff-mcp

mcpdiffdiff2htmlvisualizationgithub-gistbuntypescript

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...