OpenClaw Quickstart

Connect OpenClaw to Brainfork in three steps.

Install the Brainfork memory plugin, point it at your Brainfork endpoint, and let OpenClaw recall and sync knowledge through Brainfork’s MCP surface.

1

Install the plugin

openclaw plugins install @brainfork/brainfork-openclaw
2

Enter your details when prompted

Endpoint URL: https://api.brainfork.is/your-server-endpoint
OAuth Key: bf_live_...

You'll find your endpoint URL and OAuth key in the Brainfork dashboard after creating a server. The installer prompts for both values — paste them in and you're done.

Recall

The plugin queries Brainfork before the agent starts and prepends a bounded <brainfork_memories> block with the most relevant context.

Sync

Brainfork stores synced memory documents by stable external ID and content hash, so unchanged files stay untouched and deleted files can be archived or removed deterministically.

Decisions

When `captureDecisions` is enabled, durable decisions are logged into Brainfork so they can be searched and recalled later over MCP.

Need a Brainfork server first?

Start the trial, create a server, generate a token, and return here to finish the OpenClaw setup.