MCP Server LogoMCP Server
ホームカテゴリディレクトリ投稿する
投稿する
ホームカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Data & Storage
  4. /Your Memory
Your Memory

Your Memory

作成者 jonathan-politzki•6 days ago
サイトを訪問する

Open-sourced and improved memory for developers and consumers built on top of mem0.

Data & Storage
Open-sourcedmemorydevelopersAI

Jean Memory - Your Personal Memory Layer for AI

Jean Memory

Your Personal Memory Layer for AI Applications, powered by the community.

Learn more · Try Jean Memory · API Docs · OpenMemory

GitHub stars GitHub forks GitHub commit activity License GitHub issues

🔒 Private • 🚀 Fast • 🔗 Universal

🚀 What is Jean Memory?

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.

🧠 How Jean Memory Works

Jean Memory Architecture - Connected Memory Graph

Jean Memory creates a connected memory graph that links all your AI interactions across different applications. As shown in the diagram above:

  • 🎯 Central Memory Hub: Your personal memory sits at the center, accessible by all connected AI applications
  • 🔗 Cross-Application Links: Memories flow seamlessly between Claude, Cursor, GPT, and other AI tools
  • 📊 Smart Connections: Related memories are automatically linked and surfaced when relevant
  • 🔒 Private & Secure: All connections happen through your personal memory layer - no data sharing between AI providers
  • ⚡ Real-time Sync: Updates to your memory are instantly available across all connected applications

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.

Why Jean Memory?

  • 🔒 Privacy First: Your memories stay yours with end-to-end encryption
  • ⚡ Lightning Fast: Instant access to your context across all AI tools
  • 🌐 Universal: Works with Claude, GPT, Cursor, and any MCP-compatible app
  • 🏠 Your Choice: Use our hosted service or run it completely locally

Key Features

Core Capabilities:

  • Cross-Application Memory: Seamlessly share context between Claude, Cursor, GPT, and more
  • MCP Protocol: Built on the Model Context Protocol for maximum compatibility
  • Local & Cloud Options: Choose between our hosted service or complete local deployment
  • Developer-Friendly: Simple APIs and one-command setup

Use Cases:

  • Personal AI Assistant: Remember your preferences across all AI interactions
  • Development Work: Maintain context across coding sessions in different tools
  • Research & Writing: Keep track of insights and references across platforms
  • Customer Support: Build AI that remembers customer history and preferences

🚀 Quick Start

Option 1: Hosted Service (Recommended)

Get started in seconds with our hosted service:

  1. Sign up at jeanmemory.com
  2. Get your install command from the dashboard
  3. Run one command to connect your AI tools:
npx install-mcp i https://api.jeanmemory.com/mcp/claude/sse/your-user-id --client claude
  1. Restart your AI app and start using memory!

🎥 Video Tutorial

Watch this 5-minute step-by-step tutorial to get Jean Memory working with your AI tools:

Jean Memory Setup Tutorial

▶️ Watch the Full Tutorial on YouTube

Perfect for beginners! Covers everything from installing Node.js to testing your first memory.

Option 2: Local Development

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:

  • UI: http://localhost:3000
  • API Docs: http://localhost:8765/docs

⭐ Upgrade to Jean Memory Pro

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.

🚀 Pro Features

  • 🎯 Priority Support - Get help fast with dedicated support channels and faster response times
  • 💡 Feature Requests - Request new features and vote on development priorities to shape the roadmap
  • 🔍 Advanced Search - Semantic search, date filters, smart categorization, and memory insights
  • 📈 Higher Limits - 10x more memories, API calls, and storage vs. free tier
  • 📦 Data Export - Download and backup all your memories in multiple formats anytime
  • 🚪 Early Access - Get beta features and improvements weeks before general release
  • 🏷️ Custom Categories - Organize memories with personalized tags, folders, and smart grouping
  • ⚡ Bulk Operations - Manage hundreds of memories with powerful batch editing and organization tools

Upgrade to Jean Memory Pro

→ Upgrade to Jean Memory Pro for $19.99

Join hundreds of developers and power users building the future of AI memory management! 🚀

💬 Example Usage

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!

🔗 Supported Applications

Jean Memory works with any MCP-compatible application:

  • Claude Desktop - Anthropic’s AI assistant
  • Cursor - AI-powered code editor
  • Windsurf - Codeium’s AI editor
  • Cline - VS Code AI extension
  • Any MCP Client - Universal compatibility

🛠️ For Developers

API Integration

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"}
)

MCP Integration

Jean Memory is built on the Model Context Protocol (MCP), making it compatible with any MCP-supporting application.

Local Deployment

Full docker-compose setup included for local development and self-hosting.

🏗️ Architecture

Jean Memory consists of:

  • Memory API - Core memory storage and retrieval
  • MCP Server - Model Context Protocol compatibility
  • Web UI - Dashboard for managing memories
  • Vector Database - Semantic search capabilities
  • Authentication - Secure user management

📚 Documentation

  • Getting Started: jeanmemory.com/docs
  • API Reference: api.jeanmemory.com/docs
  • MCP Setup: Local setup guide

🤝 Contributing

We welcome contributions! Jean Memory is built on open source foundations and we believe in community-driven development.

How to Contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to branch: git push origin feature/amazing-feature
  5. Open a Pull Request
  6. ⭐ Support the project ($19.99) - Help fund development

Development Setup

git clone https://github.com/jonathan-politzki/your-memory.git
cd your-memory
## See /openmemory/README.md for detailed setup

🔒 Privacy & Security

  • End-to-end encryption available for sensitive data
  • Local deployment option for complete control
  • No vendor lock-in - export your data anytime
  • Transparent - open source components you can audit

📈 Roadmap

  • [x] MCP Protocol Support - Universal AI app compatibility
  • [x] Hosted Service - Managed cloud offering
  • [x] Local Deployment - Self-hosting capabilities
  • [ ] Client-side Encryption - Zero-knowledge architecture
  • [ ] Advanced Search - Semantic and temporal queries
  • [ ] Team Collaboration - Shared memory spaces
  • [ ] Enterprise Features - SSO, compliance, analytics

📄 License

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.

🙋‍♂️ Support

  • Documentation: jeanmemory.com/docs
  • Issues: GitHub Issues
  • Upgrade to Pro: Jean Memory Pro ($19.99)
  • Email: [email protected]

⭐ Star History

Star History Chart


Built with ❤️ by Jean Technologies

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Data & Storageの知識

おすすめのサーバー

Mcp_npm

Mcp_npm

Mcp Ollama

Mcp Ollama

Query model running with Ollama from within Claude Desktop or other MCP clients

Mcp Dbutils

Mcp Dbutils

DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).

もっと見る → →

詳細

作成日

June 11, 2025

最終更新日

June 11, 2025

カテゴリー

Data & Storage

作成者

jonathan-politzki

シェアする

もっと見る

Azure Devops Mcp

Azure Devops Mcp

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

C

Clanki

Azure Mcp

Azure Mcp

The Azure MCP Server, bringing the power of Azure to your agents.

Mcp_pdf_forms

Mcp_pdf_forms