mcp-server-diff-python
@tatn
关于 mcp-server-diff-python
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-diff-python": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
1Get differences between two texts in Unified diff format
概览
What is mcp-server-diff-python?
mcp-server-diff-python is an MCP server that computes text differences between two strings using Python's standard library difflib. It returns differences in Unified diff format, making it useful for text comparison and version control tasks.
How to use mcp-server-diff-python?
Install and run via uvx mcp-server-diff-python or clone the repository and use uv run. Add the server configuration to Claude Desktop's claude_desktop_config.json. The server exposes a single tool, get-unified-diff, which takes two required string arguments (string_a and string_b) and returns the diff in Unified diff format.
Key features of mcp-server-diff-python
- Single tool:
get-unified-difffor computing text differences. - Returns differences in Unified diff format.
- Leverages Python's built-in
diffliblibrary. - Lightweight—no external dependencies beyond Python standard library.
- Runs via
uvxor localuvinstallation.
Use cases of mcp-server-diff-python
- Comparing two versions of a document or code snippet.
- Generating patches or change summaries between text revisions.
- Enabling AI assistants to show what changed between two text inputs.
- Version control workflows requiring inline diff output.
FAQ from mcp-server-diff-python
What tool does the server provide?
The server provides a single tool called get-unified-diff, which computes and returns the Unified diff between two input strings.
What arguments does get-unified-diff require?
It requires two string arguments: string_a (source text) and string_b (target text), both mandatory.
How do I install and configure the server with Claude Desktop?
Add the server configuration to your Claude Desktop config file using uvx mcp-server-diff-python as the command, or clone the repo and run via uv run with a local directory path.
What library does the server use to compute diffs?
It uses Python's standard library module difflib—no additional dependencies are needed.
Is there a way to test or debug the server?
Yes, you can start the MCP Inspector by running npx @modelcontextprotocol/inspector uvx mcp-server-diff-python to interactively test the server.
版本控制 分类下的更多 MCP 服务器
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
评论