Inbox-as-a-Service for AI Agents

Open-source, self-hosted API that turns standard email providers into intelligent, stateful email for LLMs via REST or MCP.

Get Started GitHub
The Norns weaving fate at Yggdrasil

"Thaer log logdu, thaer lif voldu..."
"Laws they made there, and life allotted / To the sons of men, and set their fates."

— Voluspa (The Prophecy of the Seeress), Poetic Edda, Stanza 20

Image: "Nornorna spinner odets tradar vid Yggdrasil" by L. B. Hansen — Public Domain

Features

Quick Start

# Install and run — SQLite tables are created automatically
pip install nornweave
nornweave api

Or use Docker for production (with PostgreSQL):

git clone https://github.com/DataCovey/nornweave.git
cd nornweave
cp .env.example .env
docker compose --profile storage_psql --profile mail_mailgun up -d
docker compose --profile storage_psql exec api-psql uv run alembic upgrade head