Back to MCP Servers

Mem0

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-memory

Installation

npx -y mem0-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub