KnowledgeMay 14, 2026·2 min read

MemoryGraph — Graph MCP Memory Server (pipx)

MemoryGraph is a graph-based MCP memory server for coding agents; verified 199★ and shows a pipx install + `claude mcp add` setup for Claude Code.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Memory
Install
Pipx|Pip
Trust
Trust: Established
Entrypoint
memorygraph
Universal CLI install command
npx tokrepo install 6a6f37d4-d9f8-5c00-95a9-8aa46cb35f90
Intro

MemoryGraph is a graph-based MCP memory server for coding agents; verified 199★ and shows a pipx install + claude mcp add setup for Claude Code.

Best for: Teams who want persistent, relationship-aware project memory across agent sessions

Works with: Claude Code and other MCP clients; pipx/pip installs; default SQLite backend with optional backend extras

Setup time: 6-20 minutes

Key facts (verified)

  • GitHub: 199 stars · 68 forks · pushed 2026-02-12.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: memorygraph.

Main

  • Treat memory as a tool you must invoke: README notes agents won’t use memory automatically unless you prompt or configure storage triggers.

  • Start with the default SQLite backend, then add extras only when you need a different backend (README shows optional pipx extras installs).

  • Use a simple memory protocol in your project docs (CLAUDE.md/AGENTS.md) to standardize when to recall and store memories.

Source-backed notes

  • README describes MemoryGraph as a graph-based MCP memory server for AI coding agents with persistent storage across sessions.
  • README quick start shows pipx install memorygraphMCP and adding it to Claude Code via claude mcp add ... memorygraph -- memorygraph.
  • README documents Core vs Extended tool profiles (Core: 9 tools; Extended: 12 tools) and an --profile extended flag.

FAQ

  • Will my agent store memories automatically?: Not by default — README says you must prompt or configure memory triggers.
  • Can it work with other MCP clients?: Yes — README lists multiple MCP clients and provides quickstart docs for each.
  • How do I start simple?: Use the default SQLite backend and Core profile; only enable Extended when you need deeper stats/queries.
🙏

Source & Thanks

Source: https://github.com/memory-graph/memory-graph > License: MIT > GitHub stars: 199 · forks: 68

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets