MCP Server
MCP
io.github.adecubed/gigamail
Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.
Install
uvx gigamail
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "gigamail",
"version": "0.1.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--from",
"type": "positional",
"valueHint": "--from"
},
{
"value": "gigamail[all]==0.1.4",
"type": "positional",
"valueHint": "gigamail[all]==0.1.4"
},
{
"value": "gigamail-server",
"type": "positional",
"valueHint": "gigamail-server"
}
],
"environmentVariables": [
{
"description": "Data directory (Windows: %APPDATA%\\ADE, POSIX: ~/.ade). Optional; declare it if your MCP client filters the subprocess environment.",
"name": "GIGAMAIL_ROOT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment