Skip to content
Gemini CLI

astracipher for Gemini CLI

io.github.san-techie21/astracipher

Cryptographic identity for AI agents: W3C DIDs, Verifiable Credentials, post-quantum crypto

client:Gemini CLI transport:stdio runtime:npm

Install astracipher in Gemini CLI

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

{
  "mcpServers": {
    "astracipher": {
      "command": "npx",
      "args": [
        "-y",
        "@astracipher/core"
      ]
    }
  }
}

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

astracipher in other clients