nexus-memory

bozoinc/nexus-memory
★ 0 stars Python Database Updated 1mo ago
NEXUS — Local-first cross-agent AI memory system. SQLite backend, NL interface, versioning, prediction, emotional weighting, consolidation, MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

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
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →