@buremba

Lobu

Lobu memory plugin for OpenClaw

Current version
v9.3.0
code-pluginCommunitysource-linked

@lobu/openclaw-plugin

Lobu memory plugin for OpenClaw. Gives OpenClaw agents persistent, structured memory over MCP — recall relevant facts before each prompt and capture new observations after each session.

Full install guide: lobu.ai/connect-from/openclaw

Install

openclaw plugins install @lobu/openclaw-plugin

Then log in and configure against your Lobu memory MCP endpoint:

lobu login
lobu memory configure --url <mcp-url> --org <org-slug>
lobu memory health --url <mcp-url> --org <org-slug>

Replace <mcp-url> with your workspace MCP URL (for example https://lobu.ai/mcp/acme, or http://localhost:8787/mcp for the local runtime). lobu memory configure writes a tokenCommand that uses lobu token --raw, so the plugin reuses the top-level Lobu CLI login.

Configuration

FieldDescription
mcpUrlFull MCP endpoint URL. Required.
webUrlPublic web URL for the Lobu memory instance. Used to generate links shown to the agent.
tokenBearer token for MCP requests. Optional — if unset, the plugin runs interactive device login.
tokenCommandShell command that prints a bearer token to stdout. Alternative to token.
headersExtra HTTP headers for MCP requests.
autoRecallSearch Lobu memory for relevant memories before each prompt. Default true.
recallLimitMaximum recalled memory records per request. Default 6.
autoCaptureCapture conversation observations as long-term memories after each session. Default true.
agentIdAgent ID this plugin instance is bound to. When set, autoCapture stamps metadata.agent_id on every save so search_memory's agent_id filter can scope recall to this agent's own writes. Falls back to LOBU_AGENT_ID env.

See openclaw.plugin.json for the full schema.

License

BUSL-1.1. See the repository LICENSE.

Source and release

Source repository

lobu-ai/lobu

Open repo

Source commit

1e9fe290f462476fb8b80eb1b1840c21584d1899

View commit

Install command

openclaw plugins install clawhub:lobu

Metadata

  • Package: lobu
  • Created: 2026/05/11
  • Updated: 2026/05/24
  • Executes code: Yes
  • Source tag: 1e9fe290f462476fb8b80eb1b1840c21584d1899

Compatibility

  • Built with OpenClaw: 2026.5.7
  • Plugin API range: >=2026.4.0
  • Tags: latest
  • Files: 12