ai validation for Cursor
io.github.zuhcya/ai-validation
Independent AI code validation: test bias, edge cases, coverage gaps.
client:Cursor
transport:stdio
runtime:npm
Install ai validation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-validation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-validation-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs