mcpbeat Sign in

Vdiff MCP Server

local only

Vdiff MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 9 Jul 2026.

Breaking-change diffs for npm packages: removed exports, changed signatures, migration notes.

Installs per day peak 11 · avg 5 · -42% w/w
a month agotoday
41
Installs / week
npm · vdiff-mcp
0
Stars
0 open issues
9 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vdiff MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vdiff-mcp -- npx -y vdiff-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vdiff-mcp": {
      "args": [
        "-y",
        "vdiff-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vdiff-mcp]
command = "npx"
args = ["-y", "vdiff-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vdiff-mcp": {
      "args": [
        "-y",
        "vdiff-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vdiff-mcp": {
      "args": [
        "-y",
        "vdiff-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VDIFF_API_URL (Base URL of the vdiff API instance to use (defaults to the hosted https://vdiff-api.onrender.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vdiff MCP

same job, measured the same way
Dependency Freshness MCP
by armigerous

npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs.

answering
Breaking Changes & Migration Data
by nigelcox98

What breaks when you upgrade a package, and what to use instead - from official docs.

3 tools answering
Diffgrab
by arknill

Web page change tracking with structured diffs. markgrab + snapgrab integration.

71 installs/wk local only
I
Witness
by tfitzgerwitness

Production proofs for breaking JSON Schema/MCP changes; UNKNOWN/NO_WITNESS_FOUND not compatible.

1 tools answering
PageCrawl
by pagecrawl

Monitor web pages for changes with AI-powered change detection, diffs, and alerts.

answering
FactReason
by factreason

Check exact npm/PyPI upgrades for evidence-backed breaking changes; query APIs and components.

11 tools answering
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
Deprecation MCP
by tsvillain

MCP server for cross-vendor API/SDK deprecation and breaking-change tracking

39 installs/wk local only

Vdiff MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vdiff MCP?
Vdiff MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vdiff-mcp was installed 41 times last week.
How do I connect Vdiff MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vdiff-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vdiff MCP?
The npm package vdiff-mcp was installed 41 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vdiff MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.