Esta página se muestra en inglés. Una traducción al español está en curso.
KnowledgeMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Memory
Instalación
Pipx|Pip
Confianza
Confianza: Established
Entrada
memorygraph
Comando CLI universal
npx tokrepo install 6a6f37d4-d9f8-5c00-95a9-8aa46cb35f90
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados