Skip to content
Zed

Bawbel Scanner for Zed

io.github.bawbel/scanner

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

client:Zed transport:stdio runtime:pypi

Install Bawbel Scanner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "scanner": {
      "command": "uvx",
      "args": [
        "bawbel-scanner"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Bawbel Scanner in other clients