VOOZH about

URL: https://glama.ai/mcp/servers/benjamine/jsondiffpatch?locale=ja-JP

⇱ diff-mcp by benjamine | Glama



jsondiffpatchを搭載

特徴

  • テキストを比較する( google-diff-match-patchによるテキスト差分を使用)

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

Related MCP server: IntelliDiff MCP Server

道具

差分

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

入力:

  • 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ファイルをご覧ください。

A
license - permissive license
C
quality
D
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

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