mcpbeat Sign in

Verdict MCP Server

local only

Verdict MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 807 installs a week from pypi. Last commit 29 Aug 2026.

Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history

Installs per day peak 431 · avg 162
a month agotoday
807
Installs / week
pypi · verdict-mcp
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/verdict_mcp/gitdiff.py:20, src/verdict_mcp/runner/container.py:34, src/verdict_mcp/runner/local.py:42 и ещё 3
        proc = subprocess.run(args, cwd=worktree, capture_output=True, text=True, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 verdict-mcp -- uvx verdict-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verdict-mcp": {
      "args": [
        "verdict-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verdict-mcp]
command = "uvx"
args = ["verdict-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "verdict-mcp": {
      "args": [
        "verdict-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verdict-mcp": {
      "args": [
        "verdict-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Verdict MCP

same job, measured the same way
Gaffer
by gaffer

Test analytics for AI agents: test history, flaky tests, failure clusters, coverage.

130 installs/wk local only
Hindsight MCP
by rbfinch

MCP server for AI-assisted coding with development history: git, tests, Copilot.

local only
Playwright Report MCP
by hubertgajewski

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

307 installs/wk local only
Wopee MCP
by wopee-io

AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.

230 installs/wk local only
Blacksmith
by grahamnotgrant

MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.

95 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

71 installs/wk local only
I
Venture Foundry QA
by ventureagent-ai

Preflight QA for AI-agent deliverables with structured verdicts and repair guidance.

5 tools answering
Before Users Do
by bhuman-ai

Browser-backed QA with evidence and fix-ready reports for coding agents.

answering

Verdict MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Verdict MCP?
Verdict 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 pypi package verdict-mcp was installed 807 times last week.
How do I connect Verdict 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 verdict-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Verdict MCP?
The pypi package verdict-mcp was installed 807 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Verdict MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.