@filhocf

MCP Memory Service

Native OpenClaw plugin for mcp-memory-service: persistent memory with hybrid search, knowledge graph, and mistake notes

当前版本
v0.1.3
code-plugin社区source-linked

openclaw-mcp-memory

Native OpenClaw plugin for mcp-memory-service: persistent memory with hybrid search, knowledge graph, and mistake notes.

Status

MVP em desenvolvimento.

Estrutura

src/
├── index.ts              # Entry point (definePluginEntry)
├── hooks/
│   ├── auto-recall.ts    # before_prompt_build → injetar memórias
│   ├── auto-capture.ts   # after_tool_call → extrair fatos
│   └── session-end.ts    # stop → consolidar
├── tools/
│   ├── memory-store.ts   # Armazenar memória
│   ├── memory-search.ts  # Busca híbrida
│   ├── memory-forget.ts  # Remover memória
│   └── memory-stats.ts   # Estatísticas
└── storage/
    ├── sqlite.ts         # Adaptador SQLite
    ├── embeddings.ts     # Embeddings ONNX
    └── graph.ts          # Knowledge Graph

Config

{
  plugins: {
    entries: {
      "mcp-memory": {
        enabled: true,
        config: {
          model: "local",
          threshold: 0.7,
          maxResults: 5,
          autoCapture: true,
          autoRecall: true,
        },
      },
    },
  },
}

源码与版本

源码仓库

filhocf/openclaw-mcp-memory

打开仓库

源码提交

54c858f44bcd833cc784fc3b075263ebda0e503f

查看提交

安装命令

openclaw plugins install clawhub:@filhocf/openclaw-mcp-memory

元数据

  • 包名: @filhocf/openclaw-mcp-memory
  • 创建时间: 2026/05/25
  • 更新时间: 2026/05/25
  • 执行代码:
  • 源码标签: v0.1.3

兼容性

  • 构建于 OpenClaw: 2026.5.20
  • 插件 API 范围: >=2026.3.24-beta.2
  • 标签: latest
  • 文件数: 74