Lobu

Lobu memory plugin for OpenClaw

Audits

Pass

Install

openclaw plugins install clawhub:lobu

@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.

See openclaw.plugin.json for the full schema.

License

BUSL-1.1. See the repository LICENSE.