Skip to content
Gemini CLI

WAKE Protocol for Gemini CLI

io.github.omodaka9375/wake

A post-mortem succession protocol for AI agents. Black Box, handoff, time-locks.

client:Gemini CLI transport:stdio runtime:npm

Install WAKE Protocol in Gemini CLI

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

{
  "mcpServers": {
    "wake": {
      "command": "npx",
      "args": [
        "-y",
        "wake-mcp-server"
      ]
    }
  }
}

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

WAKE Protocol in other clients