New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

evidence-diff-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evidence-diff-mcp

Explain coarse Git and test-build evidence changes without source diff contents. Tools include explain change evidence

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

evidence-diff-mcp

Evidence Diff is a local MCP tool for explaining coarse changes in a Git project’s test and build evidence. It can tell an agent that a worktree changed, that uncommitted evidence exists, or that test-like artifacts appear without build-like artifacts, without exposing source diffs.

Tool

  • explain_change_evidence: inspect local Git state and bounded top-level evidence names.

Safety

  • Local paths only, bounded by EVIDENCE_DIFF_ROOT and realpath checks.
  • Returns only counts, coarse categories, coarse branch state, and commit dates.
  • Never returns source diffs, evidence filenames, branch names, file paths from Git output, commit subjects, authors, command output, file contents, or secrets.
  • Does not execute tests, builds, or arbitrary project commands.
  • This is an evidence explanation aid, not a code review or CI oracle.

Run

npm install
npm run build
node dist/index.js

Quick start

npm install
npm run build
node dist/index.js

The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.

Tools at a glance

  • explain_change_evidence: Explain coarse changes in local Git and test-build evidence without returning source diffs, file contents, or secrets.

Try it

After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with explain_change_evidence.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts