temp-inbox-agent
v0.1.3
Published
Durable email inboxes for AI agents. Persistent agent email identities for OTP codes, magic links, and verification emails. No signup. Zero dependencies.
Downloads
594
Maintainers
Readme
temp-inbox-agent
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.
Note: Despite the package name, Courier provides durable, not temporary, email identities. The package name is a legacy alias — the actual service is
courier-mcp.
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)
- ai-inbox — 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
