@filhocf

MCP Memory Service

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

Current version
v0.1.3
code-pluginCommunitysource-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,
        },
      },
    },
  },
}

Source and release

Source repository

filhocf/openclaw-mcp-memory

Open repo

Source commit

54c858f44bcd833cc784fc3b075263ebda0e503f

View commit

Install command

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

Metadata

  • Package: @filhocf/openclaw-mcp-memory
  • Created: 2026/05/25
  • Updated: 2026/05/25
  • Executes code: Yes
  • Source tag: v0.1.3

Compatibility

  • Built with OpenClaw: 2026.5.20
  • Plugin API range: >=2026.3.24-beta.2
  • Tags: latest
  • Files: 74