Memory
Memory
Knowledge graph-based persistent memory system that lets LLMs store and recall entities, relations, and observations across sessions.
Install
npx -y @modelcontextprotocol/server-memoryKnowledge graph-based persistent memory system that lets LLMs store and recall entities, relations, and observations across sessions.
npx -y @modelcontextprotocol/server-memoryThe Memory MCP server provides a knowledge graph-based persistent memory system. It allows an LLM to remember information about the user across conversations by storing entities, relations, and observations.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}