Memory Graph MCP Server

A memory server for Claude Code and any other MCP client. It gives your AI assistant a permanent, searchable memory that lives in one SQLite file on your machine. Store a decision today, ask about it next month, and the answer comes back. Everything runs locally: the embedding model, the search index, the knowledge graph. No cloud account, no API key, no per-token cost.

People who work with agent memory, bi temporal and embeddings and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 2 · #159 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Memory Graph

before you install - you'll need

Set MCP_AUTH_TOKEN, MEMORY_MCP_TOKEN, MCP_MEMORY_DB_PATH, MCP_MEMORY_MODEL, MCP_MEMORY_DIMENSIONS before connecting.

Claude Code

claude mcp add yonasvalentin-mcp-memory-graph -- npx -y mcp-memory-graph

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yonasvalentin-mcp-memory-graph": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-memory-graph"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package mcp-memory-graph - unscoped; check the name against the project README before installing

registry namespace io.github.YonasValentin is GitHub-verified and matches the repo owner

03 · What Memory Graph can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.10.3 · 2026-07-06

v2.10.2 · 2026-06-23

v2.10.1 · 2026-06-18

04 · Who maintains Memory Graph

mcp-memory-graph is maintained by yonasvalentin. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
memory - ranked #159 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-07-06)
registry
io.github.YonasValentin/mcp-memory-graph (active, first published 2026-06-11 · 26 versions)
packages
npm:mcp-memory-graph

06 · Memory Graph FAQ

What is Memory Graph?

A memory server for Claude Code and any other MCP client. It gives your AI assistant a permanent, searchable memory that lives in one SQLite file on your machine. Store a decision today, ask about it next month, and the answer comes back. Everything runs locally: the embedding model, the search index, the knowledge graph. No cloud account, no API key, no per-token cost.

Is Memory Graph still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-03 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Memory Graph?

Run `npx -y mcp-memory-graph`. The README documents 5 environment variables (MCP_AUTH_TOKEN, MEMORY_MCP_TOKEN, MCP_MEMORY_DB_PATH…) to set first. Set MCP_AUTH_TOKEN, MEMORY_MCP_TOKEN, MCP_MEMORY_DB_PATH, MCP_MEMORY_MODEL, MCP_MEMORY_DIMENSIONS before connecting. You can also paste the ready-made client config above.

Does Memory Graph run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Memory Graph

Pairs well with

Servers that cover what Memory Graph doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135

More memory MCP servers · Xmemo · Citadel · Memory MCP (yuvalsuede) · Chat Crystal · ZenBrain Memory

More TypeScript MCP servers · OrchestKit Docs MCP · You.com Web Access & AI · Koncept MCP Server · Opn MCP · Yuque MCP · see all