Skip to content
Gemini CLI

Deliverd for Gemini CLI

io.github.davidpreid/deliverd

Give any AI agent a way to ask a person — for approval, a decision, an answer or a review.

client:Gemini CLI transport:streamable-http

Install Deliverd in Gemini CLI

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

{
  "mcpServers": {
    "deliverd": {
      "httpUrl": "https://deliverd.dev/api/mcp"
    }
  }
}

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

Deliverd in other clients