Skip to content
Gemini CLI

sendgrid for Gemini CLI

io.usefulapi/sendgrid

Send email and read templates, marketing contacts, lists, stats, bounces and unsubscribes.

client:Gemini CLI transport:streamable-http

Install sendgrid in Gemini CLI

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

{
  "mcpServers": {
    "sendgrid": {
      "httpUrl": "https://sendgrid.usefulapi.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

sendgrid in other clients