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

Current Capabilities

Quick Start

# Clone the repository
git clone https://github.com/DataCovey/nornweave.git
cd nornweave

# Copy environment configuration
cp .env.example .env
# Edit .env with your API keys

# Start the stack
docker compose up -d

# Run migrations
docker compose exec api alembic upgrade head