Skip to content
Gemini CLI

emem, the verifiable memory protocol for the physical world for Gemini CLI

io.github.vortx-ai/emem

Shared memory for AI agents. One address per fact, one signature you check. No key to read.

client:Gemini CLI transport:streamable-http runtime:oci tools:18

Install emem, the verifiable memory protocol for the physical world in Gemini CLI

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

{
  "mcpServers": {
    "emem": {
      "httpUrl": "https://emem.dev/mcp"
    }
  }
}

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

What Gemini CLI can do once it is connected

emem, the verifiable memory protocol for the physical world in other clients