Skip to content

mcp server security audit for Grok

io.github.joepangallo/mcp-server-security-audit

Scan websites for security vulnerabilities, headers, TLS, and email security.

client:Grok transport:stdio runtime:npm

Install mcp server security audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-server-security-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-security-audit"
      ]
    }
  }
}

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

mcp server security audit in other clients