MCP Directory
Back

mem0-mcp

by pinkpixel-dev · TypeScript · ★ 97

✨ 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.

#agent#assistant#database#llm#llm-memory#mcp#mcp-server#mem0#mem0ai#memory#memory-management#model-context-protocol#model-context-protocol-servers#modelcontextprotocol#persistent-memory#storage

Install

npx -y github:pinkpixel-dev/mem0-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://badge.fury.io/js/@pinkpixel%2Fmem0-mcp) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/) [](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io/) [](https://mem0.ai) [](https://www.npmjs.com/package/@pinkpixel/mem0-mcp) [](https://github.com/pinkpixel-dev/mem0-mcp) [](https://smithery.ai/server/@pinkpixel-dev/mem0-mcp-server) A Model Context Protocol (MCP) server that integrates with [Mem0.ai](https://mem0.ai/) to provide persistent memory capabilities for LLMs. It allows AI agents to store and retrieve information across sessions. This server uses t…
Read full README on GitHub →

Related databases servers