Postfleet for Gemini CLI
ai.postfleet/postfleet
Give an AI agent its own email address: send, reply, read, and wait for mail.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install Postfleet in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"postfleet": {
"httpUrl": "https://api.postfleet.ai/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