Skip to content
Sunnyvale Print
NVDA194.83 1.39%MSFT390.49 1.62%GOOGL359.91 0.36%AMZN242.67 0.40%META582.90 4.90%AAPL308.63 4.84%TSLA393.45 7.49%AMD517.82 4.26%AVGO360.45 2.41%PLTR129.30 2.84%ARM315.28 6.58%TSM434.16 2.27%NVDA194.83 1.39%MSFT390.49 1.62%GOOGL359.91 0.36%AMZN242.67 0.40%META582.90 4.90%AAPL308.63 4.84%TSLA393.45 7.49%AMD517.82 4.26%AVGO360.45 2.41%PLTR129.30 2.84%ARM315.28 6.58%TSM434.16 2.27%

Memory MCP Server

The reference memory server — a local knowledge graph where your agent files entities, relations, and observations between sessions. Simple, inspectable, and exactly as smart as what gets put in it.

MCP ServerVerifiedLow riskopen-source

What it actually does

Part of the official reference collection, this gives an agent persistent memory as a plain knowledge graph: entities, typed relations between them, and timestamped observations, stored in a local file you can open and read. The agent decides what to remember and recall through explicit tool calls — create an entity, link two of them, search the graph. There are no embeddings and no vector database, which is both the limitation and the appeal: retrieval is exact-match and traversal, and the whole memory is auditable with a text editor. It's the right first memory system precisely because you can see everything it knows.

Install

Read the source before you run this. Yes, actually.

From the desk

The Sunnyvale take

A JSON file with opinions, and we mean that kindly. The transparency is the feature: when your agent 'remembers' something wrong, you can find the exact line and delete it. Most memory products can't say that.

Why it matters

Cross-session memory is the difference between a tool and a colleague. This is the canonical, minimal implementation — the baseline every fancier memory system should have to beat.

In practice

Let an agent that helps with your team's standup keep a graph of who owns what; next week it already knows, and you can read exactly why.

The skeptic's note

'Memory' oversells what an unpruned graph becomes after three months. Without curation it's a junk drawer with relations — schedule the cleanup or inherit the clutter.

Use cases

  • Remembering people, projects, and preferences across sessions
  • A running fact base the agent maintains about your codebase
  • Auditable memory in workflows where you must know what the agent knows

Risks & caveats

Writes a single local graph file. Whatever the agent chooses to remember — including things you'd rather it didn't — persists in plaintext, so know where that file lives and what lands in it.

Related tools

Full index

Same shelf, different trade-offs.

MC-R01MCP Server

Filesystem MCP Server

Anthropic / MCP project · files
Verified

The reference server that gives an agent read/write access to your disk, fenced to directories you name. Simple, official, and the single sharpest tool in the drawer.

87.9k starsHigh riskChecked Jul 2, 2026
MC-R02MCP Server

Sequential Thinking MCP Server

modelcontextprotocol · reasoning
Verified

A reference server that gives the model a numbered, revisable scratchpad for working through hard problems — thought, revise, branch, conclude. No network, no files, just protocol.

87.9k starsLow riskChecked Jul 2, 2026