Skip to main content
Glama

diff-mcp

by benjamine

jsondiffpatchを搭載

特徴

  • テキストを比較する( google-diff-match-patchによるテキスト差分を使用)
  • データ(json、json5、yaml、toml、xml、html)を比較し、複数の出力形式(テキスト、json、jsonpatch)で読み取り可能な差分を取得します。

道具

差分

テキストまたはデータを比較し、判読可能な差分を取得します。

入力:

  • left (string | unknown[] | Record<string, unknown>): 左のテキストまたはデータ
  • leftFormat (文字列、オプション): text、json、json5(デフォルト)、yaml、toml、xml、html
  • right (string | unknown[] | Record<string, unknown>): 右のテキストまたはデータ(左と比較する)
  • rightFormat (文字列、オプション): text、json、json5 (デフォルト)、yaml、toml、xml、html
  • outputFormat (文字列、オプション): text (デフォルト)、json、jsonpatch

設定

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

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

すべての貢献者✨

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

2つのテキストまたはデータを比較します(テキスト差分、JSON、JSON5、YAML、TOML、XML、HTMLをサポート)。jsondiffpatchを搭載

  1. 道具
    1. 差分
  2. 設定
    1. Claude Desktopでの使用
  3. すべての貢献者✨
    1. ライセンス

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This MCP server provides unified diffs of two text inputs using Python's standard library difflib.
        Last updated -
        1
        4
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        This server provides a tool to generate unified diffs between two text strings, facilitating text comparison and analysis.
        Last updated -
        1
        8
        2
        JavaScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.
        Last updated -
        1
        1,379
        4
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A tool that helps rank codebase files by importance (1-10 scale), track file dependencies, and provide summaries, all accessible through a simple JSON-based interface.
        Last updated -
        2
        TypeScript
        GPL 3.0
        • Linux

      View all related MCP servers

      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