π Hosted OpenMemory MCP Now Available!
Sign Up Now - app.openmemory.dev
Everything you love about OpenMemory MCP but with zero setup. β Works with all MCP-compatible tools (Claude Desktop, Cursorβ¦)β Same standard memory ops:
add_memories
, search_memory
, etcβ One-click provisioning, no Docker required
β Powered by Mem0 Add shared, persistent, low-friction memory to your MCP-compatible clients in seconds.
π Get Started Now
Sign up and get your access key at app.openmemory.dev Example installation:npx @openmemory/install --client claude --env OPENMEMORY_API_KEY=your-key
OpenMemory is a local memory infrastructure powered by Mem0 that lets you carry your memory across any AI app. It provides a unified memory layer that stays with you, enabling agents and assistants to remember what matters across applications.
What is the OpenMemory MCP Server
The OpenMemory MCP Server is a private, local-first memory server that creates a shared, persistent memory layer for your MCP-compatible tools. This runs entirely on your machine, enabling seamless context handoff across tools. Whether youβre switching between development, planning, or debugging environments, your AI assistants can access relevant memory without needing repeated instructions. The OpenMemory MCP Server ensures all memory stays local, structured, and under your control with no cloud sync or external storage.OpenMemory Easy Setup
Prerequisites
- Docker
- OpenAI API Key
OPENAI_API_KEY
as a global environment variable:
OPENAI_API_KEY
as a parameter to the script:
How the OpenMemory MCP Server Works
Built around the Model Context Protocol (MCP), the OpenMemory MCP Server exposes a standardized set of memory tools:add_memories
: Store new memory objectssearch_memory
: Retrieve relevant memorieslist_memories
: View all stored memorydelete_all_memories
: Clear memory entirely
What It Enables
Cross-Client Memory Access
Store context in Cursor and retrieve it later in Claude or Windsurf without repeating yourself.Fully Local Memory Store
All memory is stored on your machine. Nothing goes to the cloud. You maintain full ownership and control.Unified Memory UI
The built-in OpenMemory dashboard provides a central view of everything stored. Add, browse, delete and control memory access to clients directly from the dashboard.Supported Clients
The OpenMemory MCP Server is compatible with any client that supports the Model Context Protocol. This includes:- Cursor
- Claude Desktop
- Windsurf
- Cline, and more.