Skip to content
Grok

Bawbel Scanner for Grok

io.github.bawbel/scanner

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

client:Grok transport:stdio runtime:pypi

Install Bawbel Scanner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "scanner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bawbel-scanner"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Bawbel Scanner in other clients