Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

AgenticMail — Email + SMS Infra for AI Agents (MCP)

AgenticMail provides email + SMS infrastructure for AI agents, with a CLI setup wizard plus an MCP server so tools can send/receive messages under control.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 1f9d6b56-3dd6-5ff8-83a2-4e2547a6f5e7 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

AgenticMail provides email + SMS infrastructure for AI agents, with a CLI setup wizard plus an MCP server so tools can send/receive messages under control.

Best for: agents that need real inbox/outbox workflows with approvals

Works with: Node.js, Docker (mail server), MCP clients, Claude Code/Cursor-style tool runners

Setup time: 10-25 minutes

Key facts (verified)

  • GitHub: 118 stars · 21 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npm install -g @agenticmail/cli.

Main

  • Use agenticmail setup --yes for a non-interactive, safe-default install path when you’re automating setup via scripts or agents.

  • Treat agenticmail start + the interactive shell as your ops console: verify the mail server is up, then iterate on agent accounts and rules.

  • If you only need MCP tools (not the full CLI), install @agenticmail/mcp and wire it into your MCP client config for stdio transport.

Source-backed notes

  • README documents npm install -g @agenticmail/cli and the core commands setup, start, and status (with --yes for non-interactive runs).
  • README states AgenticMail stores state in a SQLite DB at ~/.agenticmail/agenticmail.db and (as of @agenticmail/core@0.7.x) uses Node’s built-in node:sqlite module.
  • README lists an MCP package (@agenticmail/mcp) with dozens of tools for MCP-compatible clients.

FAQ

  • Can I install it non-interactively?: Yes — README documents agenticmail setup --yes for an auto-default install.
  • Where is the state stored?: README says ~/.agenticmail/agenticmail.db (SQLite).
  • Do I need the full stack to use MCP tools?: Not necessarily — README lists @agenticmail/mcp as a standalone MCP server package.
🙏

Fuente y agradecimientos

Source: https://github.com/agenticmail/agenticmail > License: MIT > GitHub stars: 118 · forks: 21

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados