qc validator for Cursor
io.github.mdfifty50-boop/qc-validator
Output quality control and validation for AI agents
client:Cursor
transport:stdio
runtime:npm
Install qc validator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qc-validator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qc-validator-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs