MCP ConfigsMay 13, 2026·2 min read

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.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 1f9d6b56-3dd6-5ff8-83a2-4e2547a6f5e7 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

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.
🙏

Source & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets