Brainfork for OpenClaw Memory

Install Brainfork as your OpenClaw knowledge base.

Give agents durable memory, searchable decisions, and synchronized working documents while keeping knowledge sovereignty at the center.

Install the memory plugin
openclaw plugins install @brainfork/brainfork-openclaw
€5/month base plan14-day free trial25k requests included1k indexed documents included

OpenClaw Quickstart

Generate a Brainfork token, drop in your endpoint, and let the plugin recall and sync memory automatically.

plugins:
  slots:
    memory: brainfork-openclaw
  entries:
    brainfork-openclaw:
      config:
        baseUrl: https://api.brainfork.is
        endpoint: your-server-endpoint
        apiKey: bf_live_...
        autoRecall: true
        autoIndex: true
        captureDecisions: true
Brainfork handles retrieval, indexed documents, and decision logs over MCP, so OpenClaw keeps one memory provider instead of a parallel sidecar API.

Sovereignty

Agents should remember your work without owning your memory.

Brainfork stores documents, decisions, and retrieval context in a hosted memory layer that stays portable and inspectable. OpenClaw gets a first-class memory plugin. You keep the source of truth.

That means fewer ad hoc prompts, less local-file drift, and a cleaner path to future graph-based retrieval without forcing the agent runtime to change again.

Recall What Matters

Inject relevant Brainfork context before the agent starts, without dumping your whole archive into the prompt.

Sync Real Working Memory

Push `MEMORY.md` and `memory/**/*.md` into Brainfork with deterministic hashes, updates, and cleanup.

Keep Memory Sovereign

Your knowledge stays in a Brainfork server you control, with decisions and documents preserved beyond any single model vendor.

Phase 1

Brainfork becomes the OpenClaw memory layer.

Install the plugin, point it at your Brainfork server, and let it push documents, log decisions, and recall the right context before each run.

1

Create a Brainfork server and token.

2

Install the plugin and set the memory slot.

3

Let OpenClaw sync `MEMORY.md`, recall context, and keep decisions durable.

Pricing

€5/month plus overage.

Includes 25k requests and 1k indexed documents each month. Overage is €1 per 10k extra requests and €1 per 250 extra indexed documents.