Blysspeak/aurelius
Self-hosted knowledge graph memory for developers and AI agents. MCP server, interactive graph UI, automatic indexing.
Platform-specific configuration:
{
"mcpServers": {
"aurelius": {
"command": "npx",
"args": [
"-y",
"aurelius"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">Aurelius</h1>
<p align="center"> <strong>Self-hosted knowledge graph memory for developers and AI agents.</strong> </p>
<p align="center"> <a href="LICENSE"></a> </p>
<p align="center"> <em>Every AI session starts with full project context.<br> Decisions, problems, solutions — preserved across sessions.</em> </p>
---
Every AI session starts from zero. You re-explain your projects, your past decisions, your architecture.
With Aurelius: memory_status → full picture. memory_session → nothing lost.
---
git clone https://github.com/Blysspeak/aurelius && cd aurelius
./install.shThis builds binaries, installs to ~/.local/bin, configures Claude Code MCP server and hooks, initializes the database, and indexes the project. Restart Claude Code and you're ready.
$ au --version
au 1.0.0---
Aurelius runs as an MCP server over stdio. install.sh configures it automatically, or add manually via /mcp in Claude Code (command: au, args: ["mcp"]).
| Tool | Description | |------|-------------| | memory_status | Session start — full project snapshot. Optional project filter. | | memory_session | Session end — save decisions, problems/solutions, next steps. SHA-256 dedup. | | memory_recall | Smart topic recall — FTS + BFS, grouped by type, skips structural noise. | | memory_search | Full
Loading reviews...