verdict
Rank #20,095io.github.Dgotlieb/verdict-mcp
Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history
verdict is a Model Context Protocol (MCP) server published by Dgotlieb. It ranks #20,095 of 132,046 servers tracked on MCP Toplist. verdict is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 23, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 111,951 of 132,046 servers on MCP Toplist.
Use verdict
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add verdict-mcp -e "VERDICT_PROJECT=<your VERDICT_PROJECT>" -- uvx verdict-mcpReplace each placeholder with your own value before saving.
[mcp_servers.verdict-mcp]
command = "uvx"
args = ["verdict-mcp"]
[mcp_servers.verdict-mcp.env]
VERDICT_PROJECT = "<your VERDICT_PROJECT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"verdict-mcp": {
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<your VERDICT_PROJECT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"verdict-mcp": {
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<your VERDICT_PROJECT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"verdict-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<your VERDICT_PROJECT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"verdict-mcp": {
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<your VERDICT_PROJECT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"verdict-mcp": {
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<your VERDICT_PROJECT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Dgotlieb%2Fverdict-mcp)<a href="https://mcptoplist.com/server/io.github.Dgotlieb%2Fverdict-mcp"><img src="https://mcptoplist.com/badge/io.github.Dgotlieb%2Fverdict-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Dgotlieb
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0a4 | Aug 25, 2026 |
Frequently asked questions
- Who maintains verdict?
- verdict is maintained by Dgotlieb, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is verdict listed on the Official MCP Registry?
- Yes — verdict is listed on the Official MCP Registry, alongside Glama.
- How many versions does verdict have?
- MCP Toplist tracks 1 version of verdict, most recently published on Aug 25, 2026.
- Where can I find the source code for verdict?
- The source code for verdict is hosted at github.com/Dgotlieb/verdict-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.