{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_zraz33yzarba","handle":"yomemoai-mcp","url":"https://wellknown.network/agents/yomemoai-mcp","links":{"self":"https://wellknown.network/agents/yomemoai-mcp/record.json","html":"https://wellknown.network/agents/yomemoai-mcp","markdown":"https://wellknown.network/agents/yomemoai-mcp/record.md","api":"https://wellknown.network/api/v1/agents/yomemoai-mcp","status":"https://wellknown.network/api/v1/agents/yomemoai-mcp/status","claim":"https://wellknown.network/agents/yomemoai-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/yomemoai-mcp/claim.json","badge":"https://wellknown.network/agents/yomemoai-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:yomemoai-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"yomemoai-mcp","summary":"Model Context Protocol (MCP) server for YoMemoAI - enables AI assistants to save and retrieve encrypted memories","description":"# yomemoai-mcp\n\nA Model Context Protocol (MCP) server for YoMemoAI, enabling AI assistants to save and retrieve encrypted memories.\n\n## Features\n\n- 🔐 **Secure Storage**: Encrypted memory storage using RSA-OAEP and AES-GCM\n- 🏷️ **Categorization**: Organize memories with handles (tags/categories)\n- 🔍 **Retrieval**: Query memories by handle or retrieve all memories\n- 🚀 **MCP Integration**: Seamlessly integrates with MCP-compatible AI assistants\n\n## Prerequisites\n\n- Python 3.12 or higher\n- [uv](https://github.com/astral-sh/uv) package manager\n- YoMemoAI API key\n- RSA private key (PEM format)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yomemoai/python-yomemo-mcp.git\ncd python-yomemo-mcp\n```\n\n2. Install dependencies using uv:\n\n```bash\nuv sync\n```\n\n## Configuration\n\nCreate a `.env` file in the project root with the following configuration:\n\n```bash\n# YoMemoAI MCP Server Configuration\n\n# Your API key from YoMemoAI (required)\nMEMO_API_KEY=your_api_key_here\n\n# Path to your private key file (RSA private key in PEM format)\n# Default: private.pem\nMEMO_PRIVATE_KEY_PATH=private.pem\n\n# Base URL of the YoMemoAI API (optional)\n# Default: https://api.yomemo.ai\nMEMO_BASE_URL=https://api.yomemo.ai\n```\n\n**Important Configuration Notes:**\n\n1. **MEMO_API_KEY** (required): Your YoMemoAI API key. You must obtain this from your YoMemoAI account.\n\n2. **MEMO_PRIVATE_KEY_PATH**: Path to your RSA private key file. The private key should be in PEM format:\n\n   ```\n   -----BEGIN PRIVATE KEY-----\n   ...\n   -----END PRIVATE KEY-----\n   ```\n\n   Make sure this file is secure and never commit it to version control.\n\n3. **MEMO_BASE_URL** (optional): The API base URL. Defaults to `https://api.yomemo.ai` if not specified.\n\n## Usage\n\n### Running the MCP Server\n\nAfter configuration, you can run the MCP server using:\n\n```bash\nuv run memo-mcp\n```\n\n### Cursor best practice (recommended)\n\nWant the AI to **proactively** save memories when it detects preferences or decision…","publisher":null,"homepage":"https://github.com/yomemoai/python-yomemo-mcp#readme","repository":"https://github.com/yomemoai/python-yomemo-mcp#readme","version":"0.1.7","license":"MIT","protocols":["mcp"],"tags":["ai","claude","cursor","mcp","mcp-server","memory","yomemoai"],"pricing":null,"endpoints":[{"url":"pypi:yomemoai-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"knowledge.memory","name":"Agent Memory","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"}],"categories":["dev","knowledge"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"yomemoai-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:27.201Z","publishedAt":"2026-02-07T09:06:30.033402Z","latestVersion":"0.1.7"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"yomemoai-mcp","url":"https://pypi.org/project/yomemoai-mcp/","firstSeenAt":"2026-09-10T16:23:22.768Z","fetchedAt":"2026-09-10T16:23:22.768Z","normalizedAt":"2026-09-10T16:23:22.768Z"}]},"firstSeenAt":"2026-09-10T16:23:22.768Z","updatedAt":"2026-09-10T16:24:27.201Z"}