Skip to content
Gemini CLI

DecRec for Gemini CLI

io.decrec/decrec

Decision memory for AI agents: record, revisit, and resolve consequential choices.

client:Gemini CLI transport:streamable-http

Install DecRec in Gemini CLI

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

{
  "mcpServers": {
    "decrec": {
      "httpUrl": "https://decrec.io/mcp"
    }
  }
}

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

DecRec in other clients