Define who you are once. Export to Claude, ChatGPT, Cursor, and every AI tool. Stop re-explaining yourself.
You use Claude for analysis, ChatGPT for writing, Cursor for coding. Each one makes you start from scratch.
Your preferences, your stack, your style — locked inside each platform's proprietary memory, invisible to the others.
MCP solved tool interoperability.
aura solves context interoperability.
Create scoped context packs — portable YAML files that describe who you are in each domain.
aura init
aura create dev -t developer
aura edit dev
One command generates the right format for each tool. System prompts, .cursorrules, Claude memory, ChatGPT instructions.
aura export dev -f cursorrules
aura export dev -f claude-memory
aura export dev -f chatgpt-instructions
Start the built-in MCP server and every compatible tool reads your context automatically. Zero config.
aura serve --mcp
# Claude, Cursor, ChatGPT Desktop
# all connect automatically
Context packs are human-readable YAML. Version them, share them, edit them.
MCP (Model Context Protocol) is the open standard for connecting AI tools to data. aura includes a full MCP server out of the box.
Start it once. Every MCP-compatible client — Claude Desktop, Cursor, ChatGPT Desktop, VS Code, Windsurf — discovers your context automatically.
Your context packs become live resources that AI tools can query, search, and compose. No copy-paste. No re-explaining.
{
"mcpServers": {
"aura": {
"url": "http://localhost:3847/mcp"
}
}
}
$ aura serve --mcp ✦ aura MCP server running Serving 3 context packs Claude, Cursor connected
Local-first. Open source. Your identity stays on your machine. Export it everywhere.