Skip to content
VS Code

XploitScan for VS Code

io.github.bgage72590/xploitscan-mcp

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

client:VS Code transport:stdio runtime:npm

Install XploitScan in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

XploitScan in other clients