Skip to content
VS Code

klaws — Korean compliance risk scanner for VS Code

io.github.rostradamus/klaws

Scan code for Korean compliance risks — PIPA/개인정보보호법, Network Act, Credit Info. Not legal advice.

client:VS Code transport:stdio runtime:oci

Install klaws — Korean compliance risk scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "klaws": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rostradamus/klaws:0.1.6"
      ]
    }
  }
}

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

klaws — Korean compliance risk scanner in other clients