Main
Use
agenticmail setup --yesfor 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/mcpand wire it into your MCP client config for stdio transport.
Source-backed notes
- README documents
npm install -g @agenticmail/cliand the core commandssetup,start, andstatus(with--yesfor non-interactive runs). - README states AgenticMail stores state in a SQLite DB at
~/.agenticmail/agenticmail.dband (as of@agenticmail/core@0.7.x) uses Node’s built-innode:sqlitemodule. - 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 --yesfor 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/mcpas a standalone MCP server package.