
Jean Memory
HTTP-SSEPersonal memory layer for AI applications, enabling cross-platform context retention.
Personal memory layer for AI applications, enabling cross-platform context retention.
Your Personal Memory Layer for AI Applications, powered by the community.
Learn more · Try Jean Memory · API Docs · OpenMemory
🔒 Private • 🚀 Fast • 🔗 Universal
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 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 with real Supabase authentication. The system automatically detects local development and uses Supabase CLI for authentication.
Prerequisites:
1. Clone the repository:
git clone https://github.com/jonathan-politzki/your-memory.git cd your-memory
2. Run initial setup: This creates environment files and starts all services:
make setup
3. Add your API keys: When prompted during setup, add your API keys:
OPENAI_API_KEY
(required) - Get from OpenAI PlatformGEMINI_API_KEY
(optional) - Get from Google AI Studio4. Build the environment: After adding API keys, build the environment:
make build
5. Start the services: You'll need two separate terminals:
Terminal 1 - Start backend (includes Supabase):
make backend
Terminal 2 - Start frontend:
make ui-local
6. Access the application:
http://localhost:3000
http://localhost:8765/docs
http://localhost:54323
7. Create an account:
http://localhost:3000
Features:
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
Thanks to these amazing people who have contributed to Jean Memory:
Made with contrib.rocks.
Special Thanks:
Want to see your face here? Check out our contributing guide above!
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.
Built with ❤️ by Jean Technologies