All 34 Dependencies

Every package agentic-inbox depends on, ranked by repo health score.

Agentic Inbox is a fully self-hosted email client built on Cloudflare's serverless platform. It combines a modern React web interface with an AI agent that can autonomously read, search, draft, and organize your email — all without touching any server you have to manage. Every mailbox is isolated in its own Durable Object with a per-mailbox SQLite database, and attachments go straight to R2 object storage.

The AI Email Agent is built on Cloudflare's Agents SDK using the `AIChatAgent` base class, powered by Workers AI running the Kimi K2.5 model. It exposes nine email tools — from listing folders and reading threads to drafting replies and discarding stale drafts. When a new email arrives, the agent fires automatically, reads the full thread history for context, and generates a draft reply that waits for human review before sending.

Security is taken seriously: an active prompt injection scanner (backed by Llama 3.1) inspects every inbound email body and thread context before the agent touches it. If injection is detected, auto-drafting is blocked and the user is notified in the agent chat. Cloudflare Access JWT validation guards the entire application in production — including the MCP endpoint — so your inbox is never exposed to the open internet.

For teams that want to connect external AI tools, Agentic Inbox exposes a full Model Context Protocol (MCP) server at `/mcp`. Claude Code, Cursor, and other MCP-compatible clients can directly list mailboxes, read emails, search conversations, and send messages by passing a `mailboxId` parameter.

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search