Back to Browse

Evidence Diff MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-evidence-diff-mcp": {
      "args": [
        "-y",
        "evidence-diff-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!