MCP Server Diff Python
mcp-server-diff-python
Un servidor MCP para obtener diferencias de texto entre dos cadenas. Este servidor aprovecha la biblioteca estándar de Python difflib para generar y proporcionar eficientemente diferencias entre dos textos en formato diff unificado, lo que lo hace ideal para la comparación de textos y el control de versiones.
Características
Herramientas
El servidor proporciona una única herramienta:
get-unified-diff : Obtener las diferencias entre dos textos en formato de diferencia unificada
Argumentos:
string_a: Texto fuente para comparación (obligatorio)string_b: Texto de destino con el que comparar (obligatorio)
Valor de retorno: una cadena que contiene las diferencias en formato de diferencia unificada
Related MCP server: Git Stuff Server
Uso
Escritorio de Claude
Uso con Claude Desktop Para usar con Claude Desktop, agregue la configuración del servidor:
En MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
En Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-diff-python": {
"command": "uvx",
"args": [
"mcp-server-diff-python"
]
}
}o agregue la siguiente configuración:
git clone https://github.com/tatn/mcp-server-diff-python.git
cd mcp-server-diff-python
uv sync
uv build"mcpServers": {
"mcp-server-diff-python": {
"command": "uv",
"args": [
"--directory",
"path\\to\\mcp-server-diff-python",
"run",
"mcp-server-diff-python"
]
}
}Desarrollo
Depuración
Puede iniciar el Inspector MCP usando npx con los siguientes comandos:
npx @modelcontextprotocol/inspector uvx mcp-server-diff-pythonnpx @modelcontextprotocol/inspector uv --directory path\to\mcp-server-diff-python run mcp-server-diff-pythonMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceThis server provides a tool to generate unified diffs between two text strings, facilitating text comparison and analysis.Last updated1953MIT
- FlicenseCqualityDmaintenanceMCP server providing Git-related functionalities, primarily a tool to generate diffs for Git merge commits against their first parent.Last updated4
- FlicenseCqualityDmaintenanceAn efficient MCP server for performing accurate, deep comparisons between JSON objects or strings using the deepdiff engine. It provides AI agents with standardized difference reports, supporting nested structures and various input formats to ensure precise data analysis.Last updated1
- Alicense-qualityBmaintenanceA high-performance Model Context Protocol server that provides text diffing capabilities, enabling LLMs to compare two blocks of text and receive differences in unified diff format.Last updated6Apache 2.0
Related MCP Connectors
MCP server for doc2mcp documentation, generated by doc2mcp.
MCP server for skill documentation, generated by doc2mcp.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatn/mcp-server-diff-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server