postmark for Gemini CLI
com.mcparmory/postmark
Send, track, and manage transactional and bulk email delivery
client:Gemini CLI
transport:stdio
runtime:pypi
Install postmark in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"postmark": {
"command": "uvx",
"args": [
"mcparmory-postmark"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs