๐ง
memory
Official๐งMCP ServerScannedmodelcontextprotocol/servers
What it does
Knowledge Graph Memory server for persistent memory using a local knowledge graph. Enables Claude to remember information about users across chats through entities and relations.
Overview
An official MCP server that gives LLMs persistent memory through a local knowledge graph. It stores entities, their properties, and relationships between them, allowing Claude to remember information about users and projects across conversations.
Key Features
- Creates and manages entities with observations (facts and properties)
- Builds relationships between entities in a knowledge graph
- Persists memory locally across chat sessions
- Supports querying, updating, and deleting stored knowledge
Who is this for?
Users who want Claude to remember context across conversations โ personal preferences, project details, team members, or any ongoing information that would otherwise be lost between sessions.
memoryknowledge-graphpersistententitiesrelations
Installation
Server ConfigurationServer configuration (JSON)
{
"name": "John_Smith",
"entityType": "person",
"observations": ["Speaks f...77,494
Last UpdatedJan 27, 2026