gigamail for Grok
io.github.adecubed/gigamail
Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.
client:Grok
transport:stdio
runtime:pypi
Install gigamail in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gigamail": {
"type": "stdio",
"command": "uvx",
"args": [
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<GIGAMAIL_ROOT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs