← 返回
未分类 Key 中文

Lumetra Engram

Persistent, explainable memory for your OpenClaw agent — store facts and recall them later via the hosted Engram MCP server (by Lumetra).
为 OpenClaw 智能体提供持久化、可解释的记忆功能,支持通过 Lumetra 的 Engram MCP 服务器存储和检索信息。
brutus-gr
未分类 clawhub v0.1.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 422
下载
💾 0
安装
1
版本
#latest

概述

Engram Memory

You have access to Engram, a hosted memory service for AI agents. Engram lets you remember facts, decisions, and context across conversations using a hybrid retrieval engine (BM25 + vector + knowledge graph) and returns an explanation trace with every recall.

The Engram tools are surfaced through mcporter from the MCP server registered as engram-lumetra (or whatever name the operator chose during setup — see the one-time setup below). When in doubt, call mcporter list to see the available servers and tool selectors.

One-time setup (operator)

Before this skill can do anything, the operator must register the Engram MCP server with mcporter. Single command:

mcporter config add engram-lumetra https://mcp.lumetra.io/mcp/sse \
  --transport sse \
  --header "Authorization=Bearer $ENGRAM_API_KEY"

After that, mcporter list should show engram-lumetra with 6 tools and mcporter call engram-lumetra.list_buckets should return a JSON bucket list. If mcporter is missing, OpenClaw will offer to install it from the requirement declaration above.

> The server is named engram-lumetra rather than just engram to avoid colliding with stale engram entries that mcporter may auto-import from ~/.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, or similar editor configs.

When to use

  • Before answering anything that may rely on prior context: call engram-lumetra.query_memory first and ground your answer in the results.
  • When the user shares a fact worth remembering (preferences, project details, decisions, deadlines): call engram-lumetra.store_memory to capture it.
  • At the end of a useful conversation: capture stable takeaways with engram-lumetra.store_memory.

Tools (invoke via mcporter call)

ToolDescription
------
engram-lumetra.store_memory(content, bucket?)Save a fact. bucket defaults to "default".
engram-lumetra.query_memory(question, bucket?)Hybrid retrieval + synthesized answer with citations.
engram-lumetra.list_memories(bucket, limit?)List memories in a bucket, newest first (limit 1–100, default 20).
engram-lumetra.list_buckets()Show all buckets in the tenant.
engram-lumetra.delete_memory(memory_id, bucket)Delete one memory by ID.
engram-lumetra.clear_memories(bucket)Delete every memory in a bucket (destructive!).

If the operator registered the server under a different name, substitute it for engram-lumetra. in every selector.

Style

  • Store atomic, declarative facts, one concept per memory. Good: "User prefers dark mode." Bad: "The user mentioned they like dark mode, also they live in Seattle, also..."
  • Use buckets to separate contexts: "work", "personal", "project-alpha". If no bucket fits, omit it and the default bucket is used.
  • Quote citations from the explanation trace when the user asks "how do you know that?".

BYOK note

Engram is bring-your-own-key end-to-end — inference (embeddings, synthesis, graph extraction) runs through the user's OpenAI / Anthropic / Groq / Together / Fireworks / DeepSeek key configured at https://lumetra.io/models. Without a provider key, every store_memory and query_memory returns HTTP 412. If you see that error, tell the user to visit the models page.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-20 05:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,377
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,081 📥 809,649
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,226 📥 267,763