SkillsMay 13, 2026·2 min read

LycheeMem — Lightweight Long-Term Agent Memory

LycheeMem provides lightweight long-term memory for agents (SQLite + LanceDB) with reranking and runtime plugins. Verified 233★; setup ~10–20 minutes.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 66/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install 2a88ae79-c66e-57dd-9097-62271cdba759 --target codex

Dry-run first, confirm the writes, then run this command.

Intro

LycheeMem provides lightweight long-term memory for agents (SQLite + LanceDB) with reranking and runtime plugins. Verified 233★; setup ~10–20 minutes.

Best for: Agent builders who want long-term recall without running heavy infra like Neo4j

Works with: Python 3.9+, litellm providers, LangGraph-style runtimes, plugins/MCP integration

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub: 233 stars · 8 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install "lycheemem[rerank]" && lycheemem-cli.

Main

  • Use it when you need recall across long projects: README describes structured consolidation + adaptive retrieval over SQLite + LanceDB.

  • Start with the CLI server (lycheemem-cli) and a minimal .env, then add reranking once you’ve confirmed end-to-end recall works.

  • Prefer runtime-native plugins (README links Claude Code/OpenClaw/Hermes install guides) to wire memory into your agent loop automatically.

Source-backed notes

  • README documents installation via pip install lycheemem and a recommended extra pip install "lycheemem[rerank]" for transformer reranking.
  • README says semantic memory uses SQLite + LanceDB and explicitly notes “no Neo4j required”.
  • README includes multiple runtime integrations (Claude Code plugin, OpenClaw plugin, Hermes plugin) and an MCP-compatible mode.

FAQ

  • Do I need a vector database server?: No — README uses embedded storage (SQLite + LanceDB) instead of running a separate DB service.
  • Is reranking required?: No — README says the core works without the rerank extra; it improves evidence selection when installed.
  • How do I integrate with Claude Code?: README links a Claude Code plugin install guide under claude-plugin/.
🙏

Source & Thanks

Source: https://github.com/LycheeMem/LycheeMem > License: Apache-2.0 > GitHub stars: 233 · forks: 8

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets