Every AI tool builds a separate picture of who you are. Claude knows your stack. ChatGPT knows your preferences. Cursor reads your code. None of them share context. None of them let you export it.
aura scans your machine, builds your identity as structured YAML, and serves it to every MCP-compatible tool. One command. 30 seconds.
That's it. Open any AI tool. It already knows you.
Any MCP-compatible client can connect to aura's server at localhost:3847.
Detects languages, frameworks, tools, projects, editor, git identity from your machine.
Scoped YAML files — developer, writer, work. Typed facts with confidence levels.
Full Model Context Protocol server. Resources, tools, prompts. HTTP + SSE.
Import from ChatGPT & Claude. Export to system-prompt, cursorrules, and more.
Extract facts from conversations using a local LLM via Ollama. Data never leaves your machine.
Detects bloat, stale facts, duplicates, missing rules. Health score 0–100.
Token auth, scoped serving, read-only mode. Localhost only. No telemetry.
No cloud. No database. No Docker. YAML files on your machine. You own everything.
| Command | Description |
|---|---|
| aura quickstart | Scan + onboard + configure + serve |
| aura scan | Auto-detect your stack |
| aura onboard | 5 questions to capture your identity |
| aura serve | Start MCP server |
| aura setup | Configure Claude, Cursor, Gemini, ChatGPT |
| aura list | List all packs |
| aura show <pack> | Display a pack |
| aura add <pack> <k> <v> | Add a fact |
| aura doctor | Health check — bloat, stale, duplicates |
| aura export -f <fmt> | Export to any format |
| aura import -s <src> | Import from ChatGPT / Claude |
| aura extract | LLM-based fact extraction |
| aura diff <a> <b> | Compare two packs |
Binds to 127.0.0.1 only. Optional Bearer token auth. Scoped pack serving. Read-only mode. AURA_TOKEN env var. No telemetry. No analytics. No cloud. Your files, your machine, your rules.