claude-memory-mcp/openclaw-plugin/package.json
Viktor Barzin 66bb407bae
Add OpenClaw memory-api plugin
Provides memory_store, memory_recall, memory_list, memory_delete tools
as an OpenClaw plugin backed by the shared PostgreSQL memory API.
2026-03-14 13:54:03 +00:00

12 lines
237 B
JSON

{
"name": "@openclaw/memory-api",
"version": "1.0.0",
"private": true,
"description": "PostgreSQL-backed shared memory plugin for OpenClaw",
"type": "module",
"openclaw": {
"extensions": [
"./index.mjs"
]
}
}