MCP Server
Maintained
Apache-2.0
Bawbel Scanner MCP Server
io.github.bawbel/bawbel-mcp
What is the Bawbel Scanner MCP server?
Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.
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-mcp": {
"command": "uvx",
"args": [
"bawbel-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bawbel-mcp": {
"command": "uvx",
"args": [
"bawbel-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bawbel-mcp": {
"command": "uvx",
"args": [
"bawbel-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bawbel-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bawbel-mcp"
]
}
}
}Claude Code
claude mcp add bawbel-mcp -- uvx bawbel-mcpRelated MCP servers
Bawbel Scanner
Active
Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.
9
View repository →Python
Bawbel Scanner
Active
Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.
9
View repository →Python