Skip to content
Grok

klaws — Korean compliance risk scanner for Grok

io.github.rostradamus/klaws

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

client:Grok transport:stdio runtime:oci

Install klaws — Korean compliance risk scanner in Grok

.mcp.json (in your project root)

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

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

klaws — Korean compliance risk scanner in other clients