nexus-memory

bozoinc/nexus-memory
★ 0 stars Python 🗄️ Database Updated 5d ago
NEXUS — Local-first cross-agent AI memory system. SQLite backend, NL interface, versioning, prediction, emotional weighting, consolidation, MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-memory": {
      "command": "uvx",
      "args": [
        "nexus-memory"
      ]
    }
  }
}

Or install with pip: pip install nexus-memory

README Excerpt

**Local-first, cross-agent AI memory system.** SQLite backend with FTS5 search, natural language interface, memory versioning, predictive preloading, emotional weighting, salience scoring, consolidation, and cross-agent sync. Every AI agent memory system today treats memory as a flat retrieval problem: store facts → search → inject into prompt. NEXUS treats memory as a **living cognitive architecture** — memory that reasons about itself, restructures itself, grows organically, and predicts what