Skip to content

caviraoss/longmemory

v0.1.0Apache-2.0

Project-scoped durable memory, recall, Skills, and governed context for AI agents.

LongMemory Agent Plugin

A portable Agent Plugins 1.0 bundle for OpenClaw and compatible hosts.

Install in OpenClaw

  1. Start LongMemory with longmemory serve --mcp-http.
  2. Set LONGMEMORY_API_KEY in the OpenClaw gateway environment.
  3. Install this directory:
openclaw plugins install ./integrations/longmemory-agent-plugin
openclaw plugins inspect longmemory
openclaw gateway restart

The bundle contributes the LongMemory Streamable HTTP MCP server and an longmemory skill. It contains no executable plugin runtime code.

To use a different server URL, override mcp.servers.longmemory in OpenClaw configuration; operator configuration takes precedence over bundle defaults.