Bawbel Scanner for Cursor
io.github.bawbel/bawbel-scanner
Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.
client:Cursor
transport:stdio
runtime:pypi
Install Bawbel Scanner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bawbel-scanner": {
"type": "stdio",
"command": "uvx",
"args": [
"bawbel-scanner"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs