ScreenVerity for Cursor
io.github.williamblakecunningham-max/screenverity-mcp
Free U.S. exclusion, debarment and licence screening with a signed receipt of the lists checked.
client:Cursor
transport:stdio
runtime:npm
Install ScreenVerity in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"screenverity-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"screenverity-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs