mcpbeat Sign in

Evidence Diff MCP Server

local only

Evidence Diff MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

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

Installs / week
npm · evidence-diff-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Evidence Diff 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 evidence-diff-mcp -- npx -y evidence-diff-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "evidence-diff-mcp": {
      "args": [
        "-y",
        "evidence-diff-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.evidence-diff-mcp]
command = "npx"
args = ["-y", "evidence-diff-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "evidence-diff-mcp": {
      "args": [
        "-y",
        "evidence-diff-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "evidence-diff-mcp": {
      "args": [
        "-y",
        "evidence-diff-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Evidence Diff MCP

same job, measured the same way
Agent Residue Evidence
by fantasyce

Report local task-scoped test and build residue without cleaning resources.

local only
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

59 installs/wk local only
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering
Vinv
by vinvai

Vinv runs, tests, and finds issues in your services — with zero code changes.

87 installs/wk local only
FailTrace
by lbarimi

Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.

40 installs/wk local only
Flaky History MCP
by mrfentmen

Local aggregate test-history stability analysis without test names or raw result contents. Tools...

local only
semantic-scala
by dmytromitin

Bounded Scala compiler, build, test, type, effect, symbol, and SemanticDB evidence for agents.

local only
Intent-Verified Development (IVD)
by leocelis

33 tools that make AI write, implement, and verify intent against explicit, testable constraints.

answering

Evidence Diff MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Evidence Diff MCP?
Evidence Diff 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 evidence-diff-mcp.
How do I connect Evidence Diff 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 evidence-diff-mcp straight from npm; nothing to host, nothing to sign up for.
Is Evidence Diff 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.