Gigamail MCP Server

English · Italiano · 中文 MCP server that gives your agent - Claude, Codex, OpenClaw, Hermes, or any MCP client - safe, controlled access to your email - multi-account (Microsoft Graph + IMAP), calendar, local search index, sender memory, and an agent-aware permission model.

People who work with imap, mail and calendar and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 5 · #18 OF 90 MAINTAINED EMAIL · VERIFIED 2026-09-18

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Gigamail

Claude Code

claude mcp add adecubed-gigamail -- uvx gigamail

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adecubed-gigamail": {
      "command": "uvx",
      "args": [
        "gigamail"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-12 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

pypi package gigamail - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.adecubed is GitHub-verified and matches the repo owner

03 · What Gigamail can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.4 · 2026-09-15

Le mail di idealista finiscono da sole nella cartella idealista. Nessuno · le spostava: la cartella si era fermata al 30 agosto e la posta in arrivo · ne conteneva 138. Il watcher ha una fase nuova che sposta nella…

v0.3.3 · 2026-09-11

v0.3.2 · 2026-09-08

Codex CLI as a first-class agent. The console detects codex next to · claude, lets you pick the agent that writes the drafts (first-run guide · and Automations), stores the choice as {"agent": "codex"} in · agent.json…

04 · Who maintains Gigamail

gigamail is maintained by adecubed. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
email - ranked #18 of 90 actively-maintained email servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.adecubed/gigamail (active, first published 2026-08-20 · 7 versions)
packages
pypi:gigamail

06 · Gigamail FAQ

What is Gigamail?

English · Italiano · 中文 MCP server that gives your agent - Claude, Codex, OpenClaw, Hermes, or any MCP client - safe, controlled access to your email - multi-account (Microsoft Graph + IMAP), calendar, local search index, sender memory, and an agent-aware permission model.

Is Gigamail still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Gigamail?

Run `uvx gigamail`. You can also paste the ready-made client config above.

Does Gigamail run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gigamail