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