What is the Bawbel Scanner MCP server?
Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.
How to install Bawbel Scanner
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bawbel-scanner": {
"command": "uvx",
"args": [
"bawbel-scanner",
"--path"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bawbel-scanner": {
"command": "uvx",
"args": [
"bawbel-scanner",
"--path"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bawbel-scanner": {
"command": "uvx",
"args": [
"bawbel-scanner",
"--path"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bawbel-scanner": {
"type": "stdio",
"command": "uvx",
"args": [
"bawbel-scanner",
"--path"
]
}
}
}Claude Code
claude mcp add bawbel-scanner -- uvx bawbel-scanner --pathRelated MCP servers
Bawbel Scanner
Active
Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.
9
View repository →Python
Bawbel Scanner
Maintained
Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.
1
View repository →Python
Apache-2.0