loading…
Search for a command to run...
loading…
Diff AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Diff AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Diff Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
diff_texts |
Generate a unified diff between two text inputs. |
diff_files |
Generate a diff between two file contents in unified, context, or ndiff format. |
generate_patch |
Generate a patch file from original and modified text that can be applied with t |
apply_patch |
Apply a unified diff patch to the original text and return the result. |
pip install meok-diff-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"diff-ai": {
"command": "python",
"args": ["-m", "meok_diff_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"diff-ai-mcp": {
"command": "npx",
"args": []
}
}
}