{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bw87qt7nv5kr","handle":"iflow-mcp-mem0-mcp","url":"https://wellknown.network/agents/iflow-mcp-mem0-mcp","links":{"self":"https://wellknown.network/agents/iflow-mcp-mem0-mcp/record.json","html":"https://wellknown.network/agents/iflow-mcp-mem0-mcp","markdown":"https://wellknown.network/agents/iflow-mcp-mem0-mcp/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-mem0-mcp","status":"https://wellknown.network/api/v1/agents/iflow-mcp-mem0-mcp/status","claim":"https://wellknown.network/agents/iflow-mcp-mem0-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-mem0-mcp/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-mem0-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-mem0-mcp/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-mem0-mcp/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-mem0-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_mem0-mcp","summary":"MCP server for integrating long term memory into AI agents with Mem0","description":"<h1 align=\"center\">MCP-Mem0: Long-Term Memory for AI Agents</h1>\n\n<p align=\"center\">\n  <img src=\"public/Mem0AndMCP.png\" alt=\"Mem0 and MCP Integration\" width=\"600\">\n</p>\n\nA template implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server integrated with [Mem0](https://mem0.ai) for providing AI agents with persistent memory capabilities.\n\nUse this as a reference point to build your MCP servers yourself, or give this as an example to an AI coding assistant and tell it to follow this example for structure and code correctness!\n\n## Overview\n\nThis project demonstrates how to build an MCP server that enables AI agents to store, retrieve, and search memories using semantic search. It serves as a practical template for creating your own MCP servers, simply using Mem0 and a practical example.\n\nThe implementation follows the best practices laid out by Anthropic for building MCP servers, allowing seamless integration with any MCP-compatible client.\n\n## Features\n\nThe server provides three essential memory management tools:\n\n1. **`save_memory`**: Store any information in long-term memory with semantic indexing\n2. **`get_all_memories`**: Retrieve all stored memories for comprehensive context\n3. **`search_memories`**: Find relevant memories using semantic search\n\n## Prerequisites\n\n- Python 3.12+\n- Supabase or any PostgreSQL database (for vector storage of memories)\n- API keys for your chosen LLM provider (OpenAI, OpenRouter, or Ollama)\n- Docker if running the MCP server as a container (recommended)\n\n## Installation\n\n### Using uv\n\n1. Install uv if you don't have it:\n   ```bash\n   pip install uv\n   ```\n\n2. Clone this repository:\n   ```bash\n   git clone https://github.com/coleam00/mcp-mem0.git\n   cd mcp-mem0\n   ```\n\n3. Install dependencies:\n   ```bash\n   uv pip install -e .\n   ```\n\n4. Create a `.env` file based on `.env.example`:\n   ```bash\n   cp .env.example .env\n   ```\n\n5. Configure your environment variables in the `.env` file (see Configuratio…","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_mem0-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"knowledge.memory","name":"Agent Memory","confidence":1,"provenance":"derived"},{"slug":"ai.model-access","name":"Model Access","confidence":0.894,"provenance":"derived"},{"slug":"data.vector-search","name":"Vector Search","confidence":0.848,"provenance":"derived"}],"categories":["ai","data","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":"iflow-mcp_mem0-mcp","registry":"pypi","observedAt":"2026-09-15T19:23:16.306Z","publishedAt":"2025-11-27T06:22:18.949557Z","latestVersion":"0.1.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_mem0-mcp","url":"https://pypi.org/project/iflow-mcp_mem0-mcp/","firstSeenAt":"2026-09-09T20:24:07.199Z","fetchedAt":"2026-09-15T19:21:42.473Z","normalizedAt":"2026-09-15T19:21:42.473Z"}]},"firstSeenAt":"2026-09-09T20:24:07.199Z","updatedAt":"2026-09-15T19:23:16.306Z"}