Skip to content
Gemini CLI

zsh tool for Gemini CLI

io.github.arktechnwa/zsh-tool

Zsh for Claude Code. PTY mode lets Claude type passwords. NEVERHANG + A.L.A.N.

client:Gemini CLI transport:stdio runtime:pypi

Install zsh tool 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": {
    "zsh-tool": {
      "command": "uvx",
      "args": [
        "zsh-tool-mcp"
      ],
      "env": {
        "ALAN_DB_PATH": "<ALAN_DB_PATH>"
      }
    }
  }
}

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

zsh tool in other clients