Skip to content
Grok

seekrit (local crypto plane) for Grok

dev.seekrit/mcp

Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.

client:Grok transport:stdio runtime:npm

Install seekrit (local crypto plane) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@seekrit/mcp"
      ],
      "env": {
        "SEEKRIT_CLIENT_ID": "<SEEKRIT_CLIENT_ID>",
        "SEEKRIT_CLIENT_SECRET": "<SEEKRIT_CLIENT_SECRET>",
        "SEEKRIT_TOKEN": "<SEEKRIT_TOKEN>",
        "SEEKRIT_PASSPHRASE": "<SEEKRIT_PASSPHRASE>",
        "SEEKRIT_API_URL": "<SEEKRIT_API_URL>"
      }
    }
  }
}

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

seekrit (local crypto plane) in other clients