Mem0 General
@ryaker
About Mem0 General
OpenAI just added memory across your chats across your openAI account. But wouldn't it be awesome to have general AI memory across all your interactions with any and all AI tools, IDEs, chatbots.... Now if it supports MCP you can with https://mem0.ai/ Give Claude desktop memory.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mem0-memory-general": {
"command": "<PATH TO SERVER>/mcp-mem0-server",
"args": [],
"env": {
"MEM0_API_KEY": "<YOUR MEM0 KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mem0 General?
Mem0 General is a Model Context Protocol (MCP) server that bridges AI assistants with Mem0.ai’s persistent memory system. It enables compatible AI models to store, retrieve, search, and manage memories across short-term and long-term types, including knowledge graphs.
How to use Mem0 General?
Install the package with pip install mcp-mem0-server, then add a configuration entry to your MCP config file (e.g., ~/.cursor/mcp.json) that sets the MEM0_API_KEY environment variable and runs the command mcp-mem0-server. After restarting the client application (Cursor or Claude Desktop), the server tools are available.
Key features of Mem0 General
- Modular architecture for maintainability and extensibility
- Short-term memories: conversation, working, attention
- Long-term memories: episodic, semantic, procedural
- Semantic similarity search across stored memories
- Custom memory categories and processing instructions
- Selective memory filtering with include/exclude patterns
Use cases of Mem0 General
- Give an AI assistant persistent recall of user preferences and past interactions
- Build a knowledge graph from user-provided facts and relationships
- Maintain conversational context across multiple sessions using short-term memory
- Apply selective memory patterns to store only relevant information
- Provide feedback to improve memory quality over time
FAQ from Mem0 General
How do I install and configure the Mem0 General server?
Run pip install mcp-mem0-server. Then add a configuration entry in your MCP config file (e.g., ~/.cursor/mcp.json) that uses "command": "mcp-mem0-server" and includes the environment variable MEM0_API_KEY set to your Mem0 API key.
What memory types are supported?
Short-term memories: conversation memory, working memory, and attention memory. Long-term memories: episodic memory, semantic memory, and procedural memory.
What is the default user ID?
All memories in the system use "default_user" as the default user_id unless overridden.
What advanced features are available?
Custom memory categories, memory processing instructions, knowledge graph relations between entities, selective memory filtering, and a feedback mechanism for memory quality.
Where does the memory data live?
Memories are stored and managed by Mem0.ai’s cloud memory system; the server acts as a client to that API using your Mem0 API key.
More AI & Agents MCP servers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Comments