Skip to content
Gemini CLI

cosync local for Gemini CLI

com.olane/cosync-local

Local encryption and project setup plugin for CoSync. Keys never leave your machine.

client:Gemini CLI transport:stdio runtime:pypi

Install cosync local in Gemini CLI

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

{
  "mcpServers": {
    "cosync-local": {
      "command": "uvx",
      "args": [
        "olane-cosync-local"
      ]
    }
  }
}

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

cosync local in other clients