📢 Announcing our research paper: Zentry achieves 26% higher accuracy than OpenAI Memory, 91% lower latency, and 90% token savings! Read the paper to learn how we're revolutionizing AI agent memory.
This will start the OpenMemory server and the OpenMemory UI. Deleting the container will lead to the deletion of the memory store.
We suggest you follow the instructions below to set up OpenMemory on your local machine, with more persistant memory store.
First clone the repository and then follow the instructions:
Copy
# Clone the repositorygit clone https://github.com/zentry-ai/zentry.gitcd zentry/openmemory# Create the backend .env file with your OpenAI keymake env# Build the Docker imagesmake build# Start all services (API server, vector database, and MCP server components)make up
You can configure the MCP client using the following command (replace username with your username):
Copy
npx install-mcp i "http://localhost:8765/mcp/cursor/sse/username" --client cursor
The OpenMemory dashboard will be available at http://localhost:3000. From here, you can view and manage your memories, as well as check connection status with your MCP clients.Once set up, OpenMemory runs locally on your machine, ensuring all your AI memories remain private and secure while being accessible across any compatible MCP client.