Skip to content
Grok

Env-Var-Locker for Grok

io.github.evozim/env-locker

Encrypted env variables manager with zero-leak capabilities.

client:Grok transport:sse

Install Env-Var-Locker in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "env-locker": {
      "type": "sse",
      "url": "https://env-locker-mcp.vercel.app/api/mcp"
    }
  }
}

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

Env-Var-Locker in other clients