MCP.so
登录

Mem0 Mcp

@pinkpixel-dev

关于 Mem0 Mcp

✨ mem0 MCP Server: A memory system using mem0 for AI applications with model context protocl (MCP) integration. Enables long-term memory for AI agents as a drop-in MCP server.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

pinkpixel-dev

提交者

Pink Pixel

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mem0-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pinkpixel/mem0-mcp"
      ],
      "env": {
        "MEM0_API_KEY": "YOUR_MEM0_API_KEY_HERE",
        "DEFAULT_USER_ID": "user123"
      },
      "disabled": false,
      "alwaysAllow": [
        "add_memory",
        "search_memory"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mem0 Mcp?

Mem0 Mcp is a Model Context Protocol (MCP) server that integrates with Mem0.ai to provide persistent memory capabilities for LLMs, allowing AI agents to store and retrieve information across sessions.

How to use Mem0 Mcp?

Install the package globally via npm (npm install -g @pinkpixel/mem0-mcp) or use npx. Set environment variables for your preferred storage mode (Cloud, Supabase, or Local). Configure your MCP client (e.g., Claude Desktop) with the appropriate JSON configuration. The server exposes tools like add_memory, search_memories, list_memories, update_memory, delete_memory, and more for managing memories.

Key features of Mem0 Mcp

  • Supports Cloud, Supabase, and Local storage modes
  • Over 15 memory management tools (add, search, list, update, delete, etc.)
  • Semantic and BM25 hybrid search with filters
  • Asynchronous cloud operations with event polling
  • Bulk operations for batch updates and deletions
  • Memory history and audit trail (cloud only)

Use cases of Mem0 Mcp

  • AI agents maintaining persistent memory across conversations
  • Session-based user memory for chatbots
  • Self-hosting memory with Supabase for data control
  • Development/testing with local in-memory storage
  • Bulk memory management for large-scale applications

FAQ from Mem0 Mcp

What storage modes does Mem0 Mcp support?

Three modes: Cloud (recommended for production, requires MEM0_API_KEY), Supabase (self-hosted, requires SUPABASE_URL, SUPABASE_KEY, and OPENAI_API_KEY), and Local (development/testing, requires OPENAI_API_KEY).

What are the runtime requirements for Mem0 Mcp?

Node.js 18+, TypeScript 5.3+, and the appropriate API keys for your chosen storage mode (Mem0 API key, OpenAI API key, or Supabase credentials).

How do I configure Mem0 Mcp in my MCP client?

Set environment variables in your client’s JSON configuration (e

评论

其他 分类下的更多 MCP 服务器