Integrations
Works with everything.
SDKs, plugins, MCP server, or plain HTTP. Pick your path.
OpenClaw Plugin
AvailableDrop-in plugin for OpenClaw agents. Auto-recall before every turn, auto-capture after. Zero configuration.
bash
plugins.load.paths: ['/path/to/m3mory-plugin']plugins.slots.memory: 'm3mory'MCP Server
AvailableModel Context Protocol server. Works with any MCP-compatible client: Claude Desktop, Cursor, Windsurf, and more.
bash
npx @m3mory/mcp-server --api-key m3m_sk_...TypeScript SDK
AvailableOfficial SDK. Type-safe, tree-shakeable, zero dependencies. Works in Node.js, Deno, and Bun.
bash
npm install @m3mory/sdkPython SDK
Coming soonOfficial Python SDK. Async support, Pydantic models, type hints throughout.
bash
pip install m3moryLangChain
Coming soonLangChain memory integration. Drop m3mory into any LangChain agent as a memory backend.
bash
npm install @m3mory/langchainREST API
AvailableDirect HTTP calls. No SDK required. Works from any language, any platform.
bash
curl -X POST https://api.m3mory.ai/v1/context \ -H "Authorization: Bearer m3m_sk_..."