Memory
A persistent knowledge graph the assistant can read and write across sessions.
Install
Add this command to your MCP client config to connect Memory.
npx -y @modelcontextprotocol/server-memoryAbout Memory
The memory server gives the assistant a persistent knowledge graph — entities, relations, and observations — that survives across conversations.
The model can create entities ("Alice is a person"), attach observations ("Alice prefers Python over Go"), and link them with typed relations ("Alice works_at Acme"). Later sessions can query the graph to recall what was learned.
It is the reference implementation for the "give my assistant long-term memory" pattern. In practice you will often start here and migrate to a more specialized store later, but it is genuinely useful out of the box.
Tags
Related servers
Other MCP servers in AI & Search and beyond.
Brave Search
Anthropic
Privacy-respecting web search powered by the Brave Search API.
Sequential Thinking
Anthropic
A structured tool that helps the model think step-by-step before answering.
Tavily
Tavily
Search and extract API tuned specifically for AI agents.
Exa
Exa
Semantic search over a curated, high-quality index — built for AI.
Filesystem
Anthropic
Read, write, and search local files with sandboxed directory access.
PostgreSQL
Anthropic
Read-only Postgres access — schema introspection and SQL queries.