Skip to content
Gemini CLI

Ethereum Keystore Encryption for Gemini CLI

io.github.nirholas/keystore-mcp-server

Encrypt/decrypt Ethereum keystore JSON V3 with scrypt/PBKDF2 for secure cold storage

client:Gemini CLI transport:stdio runtime:pypi

Install Ethereum Keystore Encryption in Gemini CLI

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

{
  "mcpServers": {
    "keystore-mcp-server": {
      "command": "uvx",
      "args": [
        "keystore-mcp-server"
      ]
    }
  }
}

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

Ethereum Keystore Encryption in other clients