Skip to main content

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.

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.

Available Plugins

OpenClaw

Memory plugin for OpenClaw. Syncs context across OpenClaw, ChatGPT, Claude, Gemini, Manus, and more.

How plugins differ from integrations

PluginsIntegrations
AudienceEnd users of a host productDevelopers building agents
InstallHost product’s plugin managerpip install / npm install
ConfigurationAPI key + host config fileSDK initialization in code
Memory hooksAutomatic (auto-recall, auto-capture)Explicit SDK calls
If you’re building your own agent, see Integrations. If you’re a user who wants memory inside an existing tool, install the plugin for that tool.