Integrations

Works with everything.

SDKs, plugins, MCP server, or plain HTTP. Pick your path.

OpenClaw Plugin

Available

Drop-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

Available

Model 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

Available

Official SDK. Type-safe, tree-shakeable, zero dependencies. Works in Node.js, Deno, and Bun.

bash
npm install @m3mory/sdk

Python SDK

Coming soon

Official Python SDK. Async support, Pydantic models, type hints throughout.

bash
pip install m3mory

LangChain

Coming soon

LangChain memory integration. Drop m3mory into any LangChain agent as a memory backend.

bash
npm install @m3mory/langchain

REST API

Available

Direct 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_..."