Skip to content
Grok

XploitScan for Grok

io.github.bgage72590/xploitscan-mcp

Security scanner for AI-generated code. Scan, explain rules, and grade before you ship.

client:Grok transport:stdio runtime:npm

Install XploitScan in Grok

.mcp.json (in your project root)

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

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

XploitScan in other clients