Skip to content
Grok

Black Duck Security Scanner for Grok

com.blackduck/mcp-server

AI-powered security scanning using Black Duck Signal for vulnerability detection.

client:Grok transport:stdio runtime:npm

Install Black Duck Security Scanner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@black-duck/mcp-server"
      ]
    }
  }
}

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

Black Duck Security Scanner in other clients