Model Context Protocol (MCP) server for YoMemoAI - enables AI assistants to save and retrieve encrypted memories
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"yomemoai-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# yomemoai-mcp A Model Context Protocol (MCP) server for YoMemoAI, enabling AI assistants to save and retrieve encrypted memories. ## Features - 🔐 **Secure Storage**: Encrypted memory storage using RSA-OAEP and AES-GCM - 🏷️ **Categorization**: Organize memories with handles (tags/categories) - 🔍 **Retrieval**: Query memories by handle or retrieve all memories - 🚀 **MCP Integration**: Seamlessly integrates with MCP-compatible AI assistants ## Prerequisites - Python 3.12 or higher - [uv](https://github.com/astral-sh/uv) package manager - YoMemoAI API key - RSA private key (PEM format) ## Installation 1. Clone the repository: ```bash git clone https://github.com/yomemoai/python-yomemo-mcp.git cd python-yomemo-mcp ``` 2. Install dependencies using uv: ```bash uv sync ``` ## Configuration Create a `.env` file in the project root with the following configuration: ```bash # YoMemoAI MCP Server Configuration # Your API key from YoMemoAI (required) MEMO_API_KEY=your_api_key_here # Path to your private key file (RSA private key in PEM format) # Default: private.pem MEMO_PRIVATE_KEY_PATH=private.pem # Base URL of the YoMemoAI API (optional) # Default: https://api.yomemo.ai MEMO_BASE_URL=https://api.yomemo.ai ``` **Important Configuration Notes:** 1. **MEMO_API_KEY** (required): Your YoMemoAI API key. You must obtain this from your YoMemoAI account. 2. **MEMO_PRIVATE_KEY_PATH**: Path to your RSA private key file. The private key should be in PEM format: ``` -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY----- ``` Make sure this file is secure and never commit it to version control. 3. **MEMO_BASE_URL** (optional): The API base URL. Defaults to `https://api.yomemo.ai` if not specified. ## Usage ### Running the MCP Server After configuration, you can run the MCP server using: ```bash uv run memo-mcp ``` ### Cursor best practice (recommended) Want the AI to **proactively** save memories when it detects preferences or decision…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.