Documentation
The full record. Read what your agents will.
Guides, API reference, and integration setup for OctaMem. Start with the integration that matches your runtime.
Auth
Bearer API key
Host
platform.octamem.com
MCP
mcp.octamem.com
Getting started
OctaMem gives AI assistants like Claude and Cursor long-term memory across conversations. It’s a remote MCP server, no local install required. Get your API key at platform.octamem.com and choose the integration below that matches your stack.
Claude Desktop
ClientSettings → Connectors, or config file with Node on Mac and Windows.
Open guide →
Cursor
ClientTools & MCP in Cursor settings, or mcp.json — Mac, Windows, and Linux.
Open guide →
Claude.ai (Web)
ClientSettings → Connectors, paste the remote MCP URL and an API key.
Open guide →
OpenClaw
ClientPlugin with auto-recall and capture for open agent stacks.
Open guide →
MCP Client (Python)
RuntimeCall OctaMem from your own Python scripts and services over MCP.
Open guide →
REST API
RuntimeDirect HTTP endpoints. Useful for shell pipelines and runtimes without an SDK.
Open guide →
Python SDK
SDKpip install octamem — sync and async clients, full type hints, Python 3.9+.
Open guide →
JavaScript SDK
SDKnpm install @octamem/octamem-js — Node, browsers, Deno, Bun. Zero dependencies.
Open guide →
Reference
Three primitives, one shape. Each method works the same way across REST, Python, JavaScript, and MCP.
search / get
Search memories by natural language. Optional previousContext scopes the query to a conversation or topic.
add
Store new content in memory with optional previousContext to link it to a thread, customer, or project.
details
Validate the API key and read your account, plan limits, storage usage, and wallet balance.
Need an API key?
Sign up at platform.octamem.com/signup. The free tier includes 2 GB of memory and full SDK access, no card required.