Sibyl-Memory

Sibyl-Labs/Sibyl-Memory
★ 0 stars Python 🤖 AI/LLM Updated today
Sibyl Memory Plugin for Hermes enables persistent memory across long time horizons, and enables relational context previously unavailable. Self-learning and auto-skill creation creates an agent that grows with you. Local SQLite, structured tiers, no vector DB. SDK, CLI, MCP server, Hermes plugin.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install sibyl-memory

README Excerpt

Agentic memory infrastructure. Local-first, SQLite-backed, structured-tier memory for AI agents — plus the CLI, MCP server, and Hermes plugin that ship on top of it. This is the official source repository for the Sibyl Memory Plugin family. All packages are published to PyPI under the MIT license. ---