json-diff Connector for AI agents.
1 live capability
Review configuration changes and JSON data structures with visual diffs
Waiting for input…
Why people use json-diff
JSON Diff Visualizer for Faster Deployment Manifest Reviews
With this Connector, you just tell your agent to compare the two files. It understands the JSON structure and gives you a clean, colorized list of additions and removals. You get to see exactly what changed in green and red, letting you approve changes in seconds rather than minutes.
What Vinkius changes
You get a human-readable summary of exactly what changed in your JSON data without the noise of plain text comparisons.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Staging vs Production Config Review
An engineer asks their agent to show the difference between the staging and production API configs to ensure no secrets were leaked.
- Real-world use case 02
Terraform State Verification
A DevOps lead compares old and new Terraform state files to see exactly which infrastructure resources were modified.
- Real-world use case 03
Database Schema Migration Check
A developer verifies that a database schema snapshot only contains the intended new columns without affecting existing data.
Complete set · 1capability
The complete json-diff capability set.
These are the exact actions your AI can choose when you ask it to work with json-diff.
01
1 capability in this set.
Part of 1 available through json-diff.
- 01 Capability
Diff json
Pass two JSON strings to get a machine-readable structural diff and a human-readable visual diff with plus and minus markers.
Set up in minutes
One URL. Then ask json-diff to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use json-diff from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it json-diff, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable json-diff for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the json-diff URL.
- Step 03
Save and start
Save the connection and enable json-diff in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"json-diff-visualizer": {
"url": "https://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using json-diff
Open Agent mode in chat and ask: "Using json-diff, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"json-diff-visualizer": {
"url": "https://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using json-diff
Ask Copilot: "Using json-diff, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"json-diff-visualizer": {
"url": "https://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using json-diff
Open Cascade and ask: "Using json-diff, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"json-diff-visualizer": {
"url": "https://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using json-diff
Ask Cline: "Using json-diff, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add json-diff-visualizer --transport http "https://edge.vinkius.com/vk_preview_PjogYuSo0eUsN0io0gSr8mpblTI9yU0xaPCv8dub/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using json-diff
Ask Claude: "Using json-diff, show me...". 1 tools are ready
Where the request belongs
Work json-diff can move forward.
This is for engineers who manage complex configurations and need to verify changes quickly without manual inspection. It's for anyone tired of hunting for a single changed line in a 500-line JSON file.
DevOps Engineer
Reviewing changes in Kubernetes manifests or Terraform state files before pushing to production.
SRE
Comparing production and staging environment configs to ensure parity and catch drift.
Backend Developer
Verifying API response changes or database schema snapshots during a migration.
Data Engineer
Checking for structural changes in data pipeline configurations or JSON-based metadata.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDeep Diff Engine
Find every single change between two JSON objects. additions, deletions, and edits with exact structural paths. Stop relying on AI to 'spot the difference'.
Text Diff Engine
Exact character-by-character string comparison. Stop relying on LLM summaries and get absolute text diffs for code and contracts.
JSON Merge Patch
Stop losing data when updating massive files. Apply surgical JSON patches (RFC 7396) securely to large datasets.
Diff Apply and Conflict Resolver
Apply unified diffs to text with deterministic conflict resolution.
API Contract Diff Checker
Detect breaking and additive changes in OpenAPI and GraphQL schemas.
Exact Text Diff and Patch Generator
A deterministic engine for generating unified diffs and applying patches between text strings.
Bring your own AI
Change the model, client or framework. Keep json-diff connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about json-diff.
The practical details behind the request, access and result.
Can the JSON Diff Visualizer MCP show me what changed in my config?
Yes. It compares two JSON objects and highlights exactly what was added, removed, or changed. It presents this in a colorized format that is easy for humans to read quickly.
Does the JSON Diff Visualizer MCP handle reordered keys?
Yes, it does. Unlike standard text diffs, this Connector understands JSON structure. If your keys are in a different order but the data is the same, it won't flag them as changes.
Can I use the JSON Diff Visualizer MCP for deployment manifests?
That is one of its primary uses. It's perfect for reviewing Kubernetes manifests, Terraform states, and other deployment configurations to ensure only the intended changes are made.
How does the JSON Diff Visualizer MCP handle large JSON files?
It identifies the specific paths of changes within large files, allowing you to see the modifications without having to scroll through hundreds of lines of unchanged data.
Can the JSON Diff Visualizer MCP output a diff for Slack?
Yes. The output is designed to be human-readable and easy to copy-paste into Slack or other team communication capabilities for quick peer review.
Is the JSON Diff Visualizer MCP good for database schema snapshots?
Yes. It's highly effective for comparing database schema snapshots, helping you verify that your migrations only affect the fields you intended to change.
How is this different from deep-diff-engine?
deep-diff-engine returns structured change objects for programmatic processing (CI/CD pipelines, automated alerts). json-diff-visualizer returns human-readable text with +/- markers for visual review (Slack, PR comments, approval workflows). Use both together.
Does reordering keys show as a change?
No. The diff is structural. {a:1,b:2} and {b:2,a:1} show zero differences because the data is semantically identical.
Can I use the output in Slack or GitHub PR comments?
Yes. The output is plain text with +/- markers. paste directly into code blocks in Slack, GitHub, or any markdown-compatible platform.
One connection away
Give your agent a direct line to json-diff.
Connect json-diff once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available