gigamail for VS Code
io.github.adecubed/gigamail
Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.
client:VS Code
transport:stdio
runtime:pypi
Install gigamail in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "gigamail-root",
"description": "GIGAMAIL_ROOT",
"password": true
}
],
"servers": {
"gigamail": {
"type": "stdio",
"command": "uvx",
"args": [
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "${input:gigamail-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs