Skip to content
Cursor

klaws — Korean compliance risk scanner for Cursor

io.github.rostradamus/klaws

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

client:Cursor transport:stdio runtime:oci

Install klaws — Korean compliance risk scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

klaws — Korean compliance risk scanner in other clients