Skip to main content
Knowledge & MemoryPython

mem0ai/mem0-mcp

A Model Context Protocol server for Mem0 that helps manage coding preferences and patterns, providing tools for storing, retrieving and semantically handling code implementations, best practices and technical documentation in IDEs like Cursor and Windsurf

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mem0ai/mem0-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "mem0-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mem0ai/mem0-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
mem0ai