What is Memory MCP?
Memory MCP is an official MCP server that gives AI agents persistent memory via a local knowledge graph. It stores entities, relationships, and observations to maintain context across sessions.
In one sentence: Memory MCP is the official MCP server providing cross-session persistent memory to Claude Code and similar tools via a local knowledge graph.
For: Claude Code / Cline users who want the AI to remember project context. Setup time: under 1 minute.
Core Features
1. Entity Management
Create named entities with types (components, team members, technologies, etc.).
2. Relationship Graph
Connect entities with typed relationships.
3. Observation Records
Attach facts to entities and accumulate them over time.
4. Full-Text Search
Search the entire knowledge graph.
FAQ
Q: Where is the data stored? A: In a local JSON file — nothing is sent to external servers.
Q: Does it work with Claude Code? A: Yes — this is the official MCP server.