Skip to content
Gemini CLI

Zas for Gemini CLI

io.github.soke1556/zas-agent

Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.

client:Gemini CLI transport:stdio runtime:npm

Install Zas in Gemini CLI

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

{
  "mcpServers": {
    "zas-agent": {
      "command": "npx",
      "args": [
        "-y",
        "zas-agent"
      ]
    }
  }
}

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

Zas in other clients