Dead Simple Email for Gemini CLI
email.deadsimple/dead-simple-email
Give an agent its own inbox: send, receive, and pull signup codes from real email.
client:Gemini CLI
transport:streamable-http
runtime:pypi
Install Dead Simple Email in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dead-simple-email": {
"httpUrl": "https://api.deadsimple.email/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs