Skip to content
Gemini CLI

seekrit (local crypto plane) for Gemini CLI

dev.seekrit/mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install seekrit (local crypto plane) in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

seekrit (local crypto plane) in other clients