Plugins are drop-in extensions that give an existing third-party agent, IDE, or chat client persistent memory backed by Maximem Synap. Unlike integrations — which are SDK packages you wire into your own application — plugins install into a host product and work out of the box. Each plugin handles authentication, automatic recall before each turn, and automatic capture after each turn, so users get cross-platform memory without code changes.Documentation Index
Fetch the complete documentation index at: https://docs.maximem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Available Plugins
OpenClaw
Memory plugin for OpenClaw. Syncs context across OpenClaw, ChatGPT, Claude, Gemini, Manus, and more.
How plugins differ from integrations
| Plugins | Integrations | |
|---|---|---|
| Audience | End users of a host product | Developers building agents |
| Install | Host product’s plugin manager | pip install / npm install |
| Configuration | API key + host config file | SDK initialization in code |
| Memory hooks | Automatic (auto-recall, auto-capture) | Explicit SDK calls |