home / mcp / intellidiff mcp server
A server that compares files and folders with smart-text normalization and duplicate detection.
Configuration
View docs{
"mcpServers": {
"ai-mcp-garage-mcp-intellidiff": {
"url": "http://localhost:8000/mcp/",
"headers": {
"INTELLIDIFF_MAX_DEPTH": "15",
"INTELLIDIFF_CHUNK_SIZE": "32768",
"INTELLIDIFF_MAX_TEXT_SIZE": "5242880",
"INTELLIDIFF_MAX_BINARY_SIZE": "1073741824"
}
}
}
}Validate that a path is within the workspace root.
Get CRC32 hash and basic information about a file.
Compare two files with various modes and options including exact, smart_text, and binary.
Compare two folder structures recursively and identify differences.
Find files with identical content within a folder.
Read specific line ranges from a text file with optional context.