ai-inbox
v0.1.3
Published
Durable AI agent email inboxes. Receive OTP codes, magic links, and verification emails autonomously. Persistent agent identity that survives memory loss. No signup.
Maintainers
Readme
ai-inbox
Courier — durable email identity infrastructure for AI agents.
This package is a discovery/redirect alias for courier-mcp, which provides the actual MCP server.
NOT temporary email. NOT burner inboxes. NOT disposable addresses.
Courier gives your AI agent durable, persistent, recoverable email identities — the kind that survive agent memory loss, restart, and re-deployment. Your agent gets real SMTP inboxes that it can use to receive OTP codes, magic links, and verification emails, and keep its identity across sessions.
How to use
# Install the Courier MCP server
npm install -g courier-mcpThen configure your agent framework (Hermes, Claude Code, Cursor, etc.) to use the courier-mcp server.
Why Courier?
- Durable identities — inboxes persist across agent restarts
- OTP/magic link extraction — automatically parses incoming email
- No Gmail API, no OAuth, no human intervention
- Zero-dependency Python client also available:
pip install courier-agent-email
Related packages
- courier-mcp — The actual MCP server (install this)
- temp-inbox-agent — Alternative discovery alias
- autonomous-email — Alternative discovery alias
- courier-protocol — Core protocol package (
npm install courier-protocol) - courier-agent-email — PyPI package (
pip install courier-agent-email)
Links
Website: https://getcourier.dev GitHub: https://github.com/antonioac1/courier NPM: https://www.npmjs.com/package/courier-mcp
