gigamail for Zed
io.github.adecubed/gigamail
Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.
client:Zed
transport:stdio
runtime:pypi
Install gigamail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gigamail": {
"command": "uvx",
"args": [
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<GIGAMAIL_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs