Premium memory consistent across all AI applications.
Jean Memory is your secure, unified memory layer that works across all AI applications. It gives your AI assistants the ability to remember you, your preferences, and your context - while keeping everything private and under your control.
Jean Memory creates a connected memory graph that links all your AI interactions across different applications. As shown in the diagram above:
This means when you tell Claude about your coding preferences, Cursor automatically knows them too. When you research a topic in one app, that context is available everywhere.
Core Capabilities:
Use Cases:
Get started in seconds with our hosted service:
npx install-mcp i https://api.jeanmemory.com/mcp/claude/sse/your-user-id --client claude
Watch this 5-minute step-by-step tutorial to get Jean Memory working with your AI tools:
▶️ Watch the Full Tutorial on YouTube
Perfect for beginners! Covers everything from installing Node.js to testing your first memory.
Set up and run Jean Memory on your local machine for development. For a detailed guide, please see the local development README.
1. Clone the repository:
git clone https://github.com/jonathan-politzki/your-memory.git
cd your-memory
2. Run initial setup: This command creates your environment files.
make setup
3. Add API Keys:
Edit openmemory/api/.env
and add your OPENAI_API_KEY
and GEMINI_API_KEY
.
4. Build the environment: This installs dependencies and builds the Docker containers.
make build
5. Start the services: You'll need two separate terminals for this.
In terminal 1, start the backend:
make backend
In terminal 2, start the frontend:
make ui-local
6. Access the application:
http://localhost:3000
http://localhost:8765/docs
Take your AI memory to the next level with Jean Memory Pro - advanced features for power users and developers who demand more from their AI tools.
→ Upgrade to Jean Memory Pro for $19.99
Join hundreds of developers and power users building the future of AI memory management! 🚀
Once connected, you can:
You: "Remember that I prefer TypeScript over JavaScript for new projects"
AI: ✓ I'll remember your preference for TypeScript.
You: "Help me set up a new web project"
AI: I'll help you create a TypeScript project since you prefer TypeScript over JavaScript...
Your AI will remember this across all applications - Claude, Cursor, GPT, and more!
Jean Memory works with any MCP-compatible application:
import requests
# Add a memory
response = requests.post("https://api.jeanmemory.com/memories",
headers={"Authorization": "Bearer your-api-key"},
json={"text": "User prefers dark mode", "user_id": "user123"}
)
# Search memories
response = requests.get("https://api.jeanmemory.com/memories/search",
params={"query": "dark mode", "user_id": "user123"},
headers={"Authorization": "Bearer your-api-key"}
)
Jean Memory is built on the Model Context Protocol (MCP), making it compatible with any MCP-supporting application.
Full docker-compose setup included for local development and self-hosting.
Jean Memory consists of:
We welcome contributions! Jean Memory is built on open source foundations and we believe in community-driven development.
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature
git clone https://github.com/jonathan-politzki/your-memory.git
cd your-memory
# See /openmemory/README.md for detailed setup
This project incorporates code from mem0ai/mem0 under the Apache 2.0 License.
Jean Memory additions and modifications are proprietary. See LICENSE-JEAN.md for details.
Dynamic and reflective problem-solving through thought sequences
The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with Adfin.
Marketing insights and audience analysis from Audiense reports, covering demographic, cultural, influencer, and content engagement analysis.
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Interact with EduBase, a comprehensive e-learning platform with advanced quizzing, exam management, and content organization capabilities
Contract and template management for drafting, reviewing, and sending binding contracts.
Perform queries and entity operations in your Fibery workspace.
Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your gotoHuman inbox.
Turn your Make scenarios into callable tools for AI assistants.