AI-powered diff ai MCP server for agents. Supports diff texts, diff summary, word diff. By MEOK AI Labs.
Project description
Overview
Diff Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| 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. |
Installation
pip install meok-diff-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"diff-ai": {
"command": "python",
"args": ["-m", "meok_diff_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file diff_ai_mcp-1.0.7.tar.gz.
File metadata
- Download URL: diff_ai_mcp-1.0.7.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
690ff38d7306d6ffe6e36d7f8d3e31207732d5ea07b193eb4c975bbe299c926e
|
|
| MD5 |
a2a0f5f2c5316c295216dc38749b5129
|
|
| BLAKE2b-256 |
f35cf0fad453fa445acd0049607a0dfe800ded1a9521cdbb435a71f71fe57e7c
|
File details
Details for the file diff_ai_mcp-1.0.7-py3-none-any.whl.
File metadata
- Download URL: diff_ai_mcp-1.0.7-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99ef10e8c79586ab9917a3b7683bb01a9a8996fec42b8a339364484e9f841036
|
|
| MD5 |
2111af75d9db5ab66ad7c6ca1acc4e91
|
|
| BLAKE2b-256 |
b495ce9f28762375786fc40a4de3e040c9a2c38b0db845cf2f8de38a8f2f9472
|