McpMux
Back to Registry

Mem0 (npx) MCP Server

Community

Contributed by Mem0

Add persistent long-term memory to AI agents. Store, search, update, and delete memories across sessions using the official Mem0 Memory API.

About the Mem0 (npx) MCP Server

The Mem0 (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Add persistent long-term memory to AI agents. Store, search, update, and delete memories across sessions using the official Mem0 Memory API. This is a community-contributed MCP server by Mem0.

Install the Mem0 (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@mem0/mcp"
  ],
  "env": {
    "MEM0_API_KEY": "${input:MEM0_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MEM0_API_KEY",
        "label": "Mem0 API Key",
        "description": "API key for the Mem0 Memory API. Required to store and retrieve memories.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "m0-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.mem0.ai/dashboard/api-keys",
          "instructions": "1. Go to app.mem0.ai and create an account\n2. Navigate to the API Keys page\n3. Click 'Create New API Key'\n4. Copy the generated key",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

mem0memorylong-term-memoryai-agentspersonalizationcontext

Supported AI Clients

The Mem0 (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Mem0 (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.