gigamail
Rank #7,369io.github.adecubed/gigamail
Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.
gigamail is a Model Context Protocol (MCP) server published by adecubed. It ranks #7,369 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. gigamail is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 16, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 108,222 of 115,591 servers on MCP Toplist.
Use gigamail
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gigamail -e "GIGAMAIL_ROOT=<your GIGAMAIL_ROOT>" -- uvx --from "gigamail[all]==0.1.4" gigamail-server gigamailReplace each placeholder with your own value before saving.
[mcp_servers.gigamail]
command = "uvx"
args = ["--from", "gigamail[all]==0.1.4", "gigamail-server", "gigamail"]
[mcp_servers.gigamail.env]
GIGAMAIL_ROOT = "<your GIGAMAIL_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gigamail": {
"command": "uvx",
"args": [
"--from",
"gigamail[all]==0.1.4",
"gigamail-server",
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<your GIGAMAIL_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gigamail": {
"command": "uvx",
"args": [
"--from",
"gigamail[all]==0.1.4",
"gigamail-server",
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<your GIGAMAIL_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gigamail": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"gigamail[all]==0.1.4",
"gigamail-server",
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<your GIGAMAIL_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gigamail": {
"command": "uvx",
"args": [
"--from",
"gigamail[all]==0.1.4",
"gigamail-server",
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<your GIGAMAIL_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gigamail": {
"command": "uvx",
"args": [
"--from",
"gigamail[all]==0.1.4",
"gigamail-server",
"gigamail"
],
"env": {
"GIGAMAIL_ROOT": "<your GIGAMAIL_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adecubed%2Fgigamail)<a href="https://mcptoplist.com/server/io.github.adecubed%2Fgigamail"><img src="https://mcptoplist.com/badge/io.github.adecubed%2Fgigamail.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
adecubed
Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Aug 20, 2026 |
Frequently asked questions
- Who maintains gigamail?
- gigamail is maintained by adecubed, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is gigamail listed on the Official MCP Registry?
- Yes — gigamail is listed on the Official MCP Registry, alongside Glama.
- How many versions does gigamail have?
- MCP Toplist tracks 1 version of gigamail, most recently published on Aug 20, 2026.
- Where can I find the source code for gigamail?
- The source code for gigamail is hosted at github.com/adecubed/gigamail.