mem0-mcp

mem0-mcp

52

This project is a Model Context Protocol server designed to integrate with Mem0.ai, providing persistent memory capabilities for large language models. It facilitates storing and retrieving information for AI agents across sessions, enhancing the ability to recall and process past interactions.

What is the difference between cloud and local storage modes?

Cloud storage mode uses Mem0's servers for persistent memory storage, while local storage mode uses an in-memory database for temporary storage.

How can I install the MCP server globally?

You can install the MCP server globally using npm with the command npm install -g @pinkpixel/mem0-mcp.

What are the prerequisites for using the MCP server?

The server requires either a Mem0 API key for cloud storage or an OpenAI API key for local storage.

Can I use the MCP server for multiple users?

Yes, the server supports multiple users by associating memories with specific user IDs.

How do I configure the server for cloud storage?

You need to set the MEM0_API_KEY, DEFAULT_USER_ID, ORG_ID, and PROJECT_ID environment variables in your configuration.