mcp-scan for Cursor
io.github.codingselim/mcp-scan
Passive security scanner: audits MCP servers against the OWASP MCP Top 10, graded A-F.
client:Cursor
transport:stdio
runtime:npm
Install mcp-scan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-scan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"owasp-mcp-scan"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs