verdict mcp for Cursor
io.github.dgotlieb/verdict-mcp
Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history
client:Cursor
transport:stdio
runtime:pypi
Install verdict mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verdict-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<VERDICT_PROJECT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs