Skip to content
Gemini CLI

p-e relay for Gemini CLI

io.github.zaebee/p-e

Read-only access to an append-only corpus of provenance-bearing coordination records.

client:Gemini CLI transport:stdio runtime:oci

Install p-e relay in Gemini CLI

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

{
  "mcpServers": {
    "p-e": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zaebee/p-e:0.3.1"
      ]
    }
  }
}

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

p-e relay in other clients