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
mcp-hfspace MCP Server π€
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
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)
1Panel
1Panel-devπ₯ 1Panel is a modern, open-source VPS control panel β and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Comments