PluginBench
MCP Server
Active

Bawbel Scanner MCP Server

io.github.bawbel/bawbel-scanner

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 --path

Related MCP servers

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

9
Python
View repository →

Bawbel Scanner

Maintained

Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.

1
Python
Apache-2.0
View repository →