HSM Kit for Grok
io.github.hsm-kit/hsmkit
Local-first Base64, Luhn, key-component XOR, and synthetic ISO-0 PIN block tools.
client:Grok
transport:stdio
runtime:npm
Install HSM Kit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hsmkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hsmkit/mcp-server"
]
}
}
}
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