Skip to content
Gemini CLI

Procheiron for Gemini CLI

io.github.logotheusneuro-cpu/procheiron

Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.

client:Gemini CLI transport:stdio runtime:pypi

Install Procheiron 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": {
    "procheiron": {
      "command": "uvx",
      "args": [
        "procheiron"
      ],
      "env": {
        "PROCHEIRON_SIGNING_KEY": "<PROCHEIRON_SIGNING_KEY>"
      }
    }
  }
}

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

Procheiron in other clients