cortexdb-openclaw-memory
v2.57.1
Published
CortexDB native memory capability for OpenClaw
Readme
CortexDB Memory for OpenClaw
Native OpenClaw memory capability backed by the CortexDB gRPC sidecar. It
registers graph-aware recall, durable memory store/delete tools, prompt guidance,
and the generic OpenClaw memory search runtime.
Install the public release:
openclaw plugins install npm:[email protected]
openclaw config set plugins.slots.memory cortexdb-memory
openclaw gateway restart
openclaw plugins inspect cortexdb-memory --runtime --jsonGitHub fallback:
openclaw plugins install git:github.com/liliang-cn/[email protected]By default the plugin connects to 127.0.0.1:47821. If no service is listening,
it downloads the matching prebuilt cortexdb-grpc release, verifies its SHA-256,
and starts it against ~/.cortexdb/cortexdb.db. To manage the sidecar yourself:
CORTEXDB_PATH="$HOME/.cortexdb/cortexdb.db" cortexdb-grpcConfigure plugins.entries.cortexdb-memory.config with endpoint, token,
userId, scope, namespace, dbPath, binaryPath, or autoStart, or use
the matching CORTEXDB_* environment variables. Set autoStart: false for an
externally managed sidecar. Selecting this plugin replaces OpenClaw's built-in
memory-core slot; do not select both.
