Memory MCP Server
by Model Context Protocol (reference)
Reference MCP server for persistent agent memory using a local knowledge graph. The starter every memory-aware agent reaches for.
MCP
Memory MCP Server
Added 17 May 2026
Overview
Memory MCP is a reference implementation in the modelcontextprotocol/servers repo. It stores entities, relations, and observations in a local graph so agents can remember across runs. Tiny, opinionated, easy to extend into a real long-term memory layer.
Best for
Best for
Anyone who wants 'the agent remembers me' without a heavy memory stack
Use cases
- Persist user facts across Claude or Cursor sessions
- Build an assistant that actually remembers project context
- Bootstrap an agent memory layer without picking a vector DB on day one
- Template for your own memory schema
How to use
Install
npx -y @modelcontextprotocol/server-memory Tested with
Claude Desktop
Example client config
[object Object] Notes
Why it matters
Persistent memory is the difference between an agent that helps and an assistant that knows you. The reference MCP is the cheapest way to feel that shift.
How teams use it in production
Start with the reference. Fork into a server backed by Postgres or Supabase once you have enough writes to outgrow the local store.
What to watch
The convergence between MCP memory servers, vector stores, and per-user graphs is the real long-term memory architecture question for agents.
Pros
- Reference quality, kept current
- Graph model is more queryable than free-text notes
- Tiny footprint, easy to inspect
- Forks cleanly into product-specific memory schemas
Cons
- Local storage means no cross-device by default
- No vector retrieval out of the box
- Graph editing UX still rough
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
AutoGen
Microsoft
Microsoft's framework for multi-agent conversations. Agents that talk to each other to solve hard problems.
Open Interpreter
Various
A natural language interface for computers
Auto-GPT
Various
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
In the AI Pulse
Recent daily briefs from the Enterprise DNA AI Pulse that mention this. The short daily read on what is actually happening in AI.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
