Skip to content
VS Code

HSM Kit for VS Code

io.github.hsm-kit/hsmkit

Local-first Base64, Luhn, key-component XOR, and synthetic ISO-0 PIN block tools.

client:VS Code transport:stdio runtime:npm

Install HSM Kit in VS Code

.vscode/mcp.json

{
  "servers": {
    "hsmkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hsmkit/mcp-server"
      ]
    }
  }
}

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

HSM Kit in other clients