Agent♥︎Age
Catalog

lean-memory

Official

by Wuesteon · Python

Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.

io.github.Wuesteon/lean-memory MCP Server

Embedded, local-first agent memory provided by io.github.Wuesteon/lean-memory. It stores agent data as one SQLite file per namespace, designed to run without a server, daemon, or mandatory cloud key. The project includes a first public release line (0.2.1) on PyPI and registration in the MCP Registry (status as of 2026-07).

🛠️ Key Features

  • Embedded memory storage (local-first)
  • One SQLite file per namespace
  • No server or daemon
  • No mandatory cloud key
  • MCP Registry entry (2026-07)

🚀 Use Cases

  • Persisting agent memory locally per namespace
  • Integrating lightweight memory into developer workflows without external services

⚡ Developer Benefits

  • Simple local operation (no server process required)
  • Namespace-based organization via separate SQLite files
  • Uses an embedded approach suitable for local deployments

⚠️ Limitations

  • Source material does not describe any hosted/cloud options, tool interfaces, or API surface beyond embedded local-first storage