ERINYS-mem

GhostyAI-HA/ERINYS-mem
★ 5 stars Python AI/LLM Updated 12d ago
Reflexive memory for AI agents — forgets, distills, and dreams. MCP server with 25 tools.
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": {
    "erinys-mem": {
      "command": "uvx",
      "args": [
        "erinys-mem"
      ]
    }
  }
}

Or install with pip: pip install erinys-mem

README Excerpt

<p align="center"> <img src="assets/logo.png" alt="ERINYS" width="600"> </p> **v0.5.0** · **10ms local retrieval. No API key. No token cost.** Retrieval recall 100% on LongMemEval-S (`_s` split); end-to-end QA accuracy pending — see [docs/LIMITATIONS.md](docs/LIMITATIONS.md). Stores facts, preserves history, catches contradictions, and proves deletion. A local trust layer for agent memory — one SQLite file, zero LLM calls in retrieval.

Topics

ai-agentknowledge-graphllmmcpmcp-servermemorysqlitevector-search