dsh verify for Cursor
io.github.263311487-ux/dsh-verify
Agent-built web app quality gate. Real browser is the judge. PASS/FAIL with receipts.
client:Cursor
transport:stdio
runtime:npm
Install dsh verify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dsh-verify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dsh-verify"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs