Enterprise DNA Enterprise DNA
M MCP Servers Memory one click

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

#mcp #memory #knowledge-graph #reference #open-source

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

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.

See today's AI Pulse →

Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks