Skip to content
Grok

lockbox for Grok

io.github.sathergate/lockbox

Encrypted secrets for Next.js. AES-256-GCM with no vault needed.

client:Grok transport:stdio runtime:npm

Install lockbox in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lockbox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vaultbox"
      ]
    }
  }
}

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

lockbox in other clients