mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

‌Urgently hoping for support for MCP.

Open kankanai opened this issue 9 months ago • 4 comments

🚀 The feature

‌‌I hope I can enable my assistant to execute mcp services, such as searching the web, adding records, and getting the current time (which it can't do now). For example, if I say I have a meeting next week, it should record the date of next week and today's date, and when I ask on a specific day what I have to do, it can accurately remind me. Currently, it can only record my information and preferences. With mcp, I can let it query the weather at my location, execute my custom code, and so on. All of this can be achieved through an interface.

Motivation, pitch

‌‌‌Example: https://docs.letta.com/guides/mcp/overview , this is another repository of memory functions I've discovered, but their memory retrieval isn't as effective as yours.

kankanai avatar Mar 24 '25 02:03 kankanai

Hey @kankanai I believe this may help you out. https://github.com/mem0ai/mem0-mcp

parshvadaftari avatar Mar 24 '25 06:03 parshvadaftari

Hey @kankanai I believe this may help you out. https://github.com/mem0ai/mem0-mcp

May I speak frankly, why is your MCP configuration much more complex than other MCPs? Including your recent Openmemory MCP

DoiiarX avatar May 14 '25 18:05 DoiiarX

Hey @DoiiarX, can you please elaborate on the complexity? Would love to know more on the problems you are facing today with OpenMemory MCP.

deshraj avatar May 14 '25 18:05 deshraj

Hey @DoiiarX, can you please elaborate on the complexity? Would love to know more on the problems you are facing today with OpenMemory MCP.

Thank you for your reply. There are many issues. For example, with local deployment, I don't have an openai key, which is usually solved by configuring baseurl, but this option is currently not available. And I need to clone from GitHub to install, which is quite academic and unlike other MCPs that are simply published as npm packages or python packages, such as on pypi. This way, they can be simply added to the MCP server running in administrator mode using commands like uv or npx, and automatically installed and run. Because of this reason, many MCP query websites provide one-click installation commands, but OpenMemory MCP does not. Also, the default port 3000 is used, but this port cannot be changed via environment variables, and it is used by many services, which means I need to modify the source code myself to meet my needs.

DoiiarX avatar May 14 '25 18:05 DoiiarX

@DoiiarX We have kept the OSS Openmemory as configurable by users. You can use the managed one here:

  • https://docs.mem0.ai/openmemory/overview#%F0%9F%9A%80-hosted-openmemory-mcp-now-available
  • https://app.openmemory.dev/

parshvadaftari avatar Aug 20 '25 12:08 parshvadaftari