securityscan for Cursor
io.github.securityscan-api/securityscan
Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.
client:Cursor
transport:stdio
runtime:pypi
Install securityscan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"securityscan": {
"type": "stdio",
"command": "uvx",
"args": [
"securityscan-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs