MCP Directory

mem0ai/mem0-mcp

GitHub
Productivity

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mem0-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from mem0ai/mem0-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route mem0ai/mem0-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mem0-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use mem0ai/mem0-mcp directly without routing

npx -y mem0-mcp

New to Agent-CoreX? View setup guide →

mem0ai/mem0-mcp MCP Server — Agent-CoreX