Open source · MIT license · Local-first

μνεία
Your AI remembers everything.

Autonomous multi-agent system that connects to your apps and builds persistent local memory — powering AI with deep personal context.

mneia
$ mneia config setup
LLM provider: Anthropic (claude-sonnet-4-6)
Connectors: obsidian, google-calendar, github
Daemon started
$ mneia
mneia ›
μνεία
/mˈniː.a/
Ancient Greek memory · remembrance · reference · mention

From μνήμη (mnḗmē) — memory, shared root with mnemonics. In Homer, μνεία referred to the act of keeping someone or something in mind, of holding knowledge that shapes action. That is precisely what this tool does.

Everything your AI needs to know about you

mneia runs autonomously — connecting, learning, remembering — so every AI interaction starts with full context.

Smart RAG Pipeline

ReAct reasoning loop routes each question to the right sources. RAG Fusion merges multiple search passes with Reciprocal Rank Fusion. HyDE generates hypothetical answers for semantic bridging. Temporal reasoning parses "last week" into exact timestamp filters.

ReActRRFHyDERAPTORBM25

9 Connectors

Calendar, Gmail, Google Drive, Obsidian, Apple Notes, GitHub, Chrome History, Granola, and Local Folders. Read-only. Always.

Knowledge Graph

Temporal NetworkX graph tracking entities, relationships, mention counts, and first/last seen timestamps. Cross-encoder reranking optional.

Local-only

All data stays on your machine. SQLite + FTS5 + ChromaDB. No cloud sync. No telemetry. Works entirely offline with Ollama.

Background Auto-cycle

Every 10 minutes: sync connectors → extract entities → regenerate context. Fully autonomous. Silent unless interrupted.

MCP Server

Exposes mneia_ask, mneia_search, mneia_sync and more as MCP tools. Claude Code queries your knowledge directly.

/improve (RLHF)

Walk through your knowledge graph interactively. Validate entities, correct descriptions, fix relationships. Corrections persist for future extractions.

See it in action

Click a command below to see what mneia does.

mneia — ask

Multi-agent intelligence

ListenerAgent
One per connector. Polls or watches sources in real-time.
WorkerAgent
NER extraction, vector embedding, association building.
KnowledgeAgent
Graph operations, RAPTOR clustering, cross-doc connections.
AutonomousAgent
Identifies gaps, proposes connections, surfaces insights.
SQLite + FTS5
ChromaDB vectors
NetworkX graph
.md context files

Everything in one memory

Google Calendar
Gmail
Google Drive
Obsidian
Apple Notes
GitHub
Chrome History
Granola
Local Folders

All connectors are read-only. Your data never leaves your machine.

Three ways to install

# Install
$ pip install mneia
# Or with all extras
$ pip install 'mneia[all]'
# Configure and start
$ mneia config setup
$ mneia connector enable obsidian
$ mneia start -d
$ mneia
# Option A — pip then install skill
$ pip install mneia
$ mneia config setup
$ mneia install-skill
Skill installed to ~/.agents/skills/mneia/
Context file written to ~/.mneia/claude-context.md
Added @~/.mneia/claude-context.md to CLAUDE.md
# Option B — bash script (no Python required)
$ bash <(curl -s https://raw.githubusercontent.com/riverphoenix/mneia/master/scripts/install-claude-code-skill.sh)
# Option C — Claude Code marketplace
/plugin marketplace add riverphoenix/mneia
$ git clone https://github.com/riverphoenix/mneia.git
$ cd mneia
$ pip install -e ".[dev]"
$ pytest
519 tests passed
$ mneia config setup
$ mneia start -d

Built without compromise

01

Read-only

Connectors never write, send, or delete. Your data is observed, never touched.

02

Local-only

Everything runs on your machine. SQLite, vectors, graph — no cloud, no telemetry, no exceptions.

03

Open source

MIT licensed. Every line visible. Fork it, audit it, customize it — no black boxes.

04

Validated on setup

Credentials verified immediately. Every connector confirms a live connection before storing anything.

"Your knowledge should work for you — not live in someone else's cloud, not be analysed for ads, not disappear behind a paywall. mneia is the memory layer you actually own."