← Back to Plugins
MCP Server MCP

io.github.adecubed/gigamail

github By github 👁 1 views ▲ 0 votes

Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...