Skip to main content
Glama

jsondiffpatch提供支持

特征

  • 比较文本(使用由google-diff-match-patch提供支持的文本差异)

  • 比较数据(json、json5、yaml、toml、xml、html)并以多种输出格式(text、json、jsonpatch)获得可读的差异

Related MCP server: JSON Compare MCP Server

工具

差异

比较文本或数据并获取可读的差异。

输入:

  • left (字符串 | 未知[] | Record <string, unknown>):左侧文本或数据

  • leftFormat (字符串,可选):text、json、json5(默认)、yaml、toml、xml、html

  • right (字符串 | 未知[] | Record <string, unknown>):右侧文本或数据(与左侧进行比较)

  • rightFormat (字符串,可选):text、json、json5(默认)、yaml、toml、xml、html

  • outputFormat (字符串,可选):文本(默认)、json、jsonpatch

设置

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

{
  "mcpServers": {
    "diff": {
      "command": "npx",
      "args": [
        "-y",
        "diff-mcp"
      ]
    }
  }
}

所有贡献者✨

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

Install Server
A
license - permissive license
C
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables intelligent file and folder comparison with advanced text normalization, duplicate detection, and line-level diff analysis. Provides secure workspace-constrained file operations with CRC32-based exact matching and smart text comparison capabilities.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables deep, order-independent comparison of JSON files to detect differences including missing keys, value mismatches, and type differences. Provides detailed reports with path tracking for precise identification of variations between JSON structures.
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    An 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.
    1

View all related MCP servers

Related MCP Connectors

  • Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure…

  • Compare two JSON files deeply, regardless of order. Get a detailed difference report highlighting…

  • Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an…

View all MCP Connectors

Latest Blog Posts

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/benjamine/jsondiffpatch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server