§ MCP Server · Memory

Official

Memory.

by Anthropic

Persistent knowledge graph across agent sessions.

Install

npx -y @modelcontextprotocol/server-memory

Transports

stdio (local)

Tools exposed

9

§ About

Reference implementation of long-term agent memory. Stores entities, relations, and observations between sessions. The starting point for any agent that needs to remember the user across runs without rolling your own vector store.

§ Features

  • Knowledge-graph storage (entities + relations)
  • Observation logging
  • Search and retrieval
  • Local JSON persistence

§ Use cases

Personal-assistant agentsLong-running agents that learn user preferencesMulti-session research workflows

§ Related MCP servers

Open standardSubmit a server →