check for Cursor
dev.getstub/check
Verify what an AI agent did for someone, and what commercial influence the operator disclosed.
client:Cursor
transport:stdio
runtime:npm
Install check in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getstub/mcp-check"
],
"env": {
"STUB_REGISTRY": "<STUB_REGISTRY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs