loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

memorygraph

MCP Tool

websmartshubhamk/memorygraph

Entity-anchored, vector-searchable, salience-weighted graph memory MCP server for Claude Code. Local-first, privacy-first, zero-cloud.

Install

$ npx loaditout add websmartshubhamk/memorygraph

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "memorygraph": {
      "command": "npx",
      "args": [
        "-y",
        "memorygraph"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

MemoryGraph

Entity-anchored, vector-searchable, salience-weighted graph memory for Claude Code.

MemoryGraph is an MCP (Model Context Protocol) server that gives Claude Code persistent, intelligent memory. It stores information anchored to named entities, finds relevant memories through semantic search, and automatically discovers clusters of related entities using Louvain community detection.

Everything runs locally. No cloud. No API keys. Your data stays on your machine.

claude mcp add --scope user memory-graph -- npx @memorygraph/server

---

Why MemoryGraph?

Claude Code has no long-term memory between conversations. Each session starts from zero. MemoryGraph fixes this by providing a persistent memory layer that:

  • Remembers across sessions — Store facts, decisions, preferences, and context that persist between conversations
  • Finds what matters — Semantic vector search finds relevant memories by meaning, not just keywords
  • Prioritises important memories — A salience system ensures critical information surfaces first while stale information fades naturally
  • Discovers connections — Louvain community detection reveals hidden relationships between entities
  • Grows smarter over time — Memories that get accessed more often become stronger; unused ones decay gracefully
Key Benefits

| Benefit | How | |---------|-----| | Context continuity | Memories persist across Claude Code sessions — no repeated explanations | | Semantic recall | Vector search understands meaning: "deployment issues" finds memories about "CI/CD failures" | | Automatic prioritisation | Salience scoring surfaces important memories first, decays irrelevant ones | | Entity graph | Named entities (people, projects, tools) form a knowledge graph with typed relations | | Associative recall | Cluster expansion finds related memories through entity communities | | Deduplication | Content hashing prevents duplicate memories; entity

Tags

claudeclaude-aiclaude-codeclaude-code-pluginclaude-skillembeddingsgraph-databaseknowledge-graphlouvainmcpmemorysqlitetypescriptvector-search

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/websmartshubhamk/memorygraph)](https://loaditout.ai/skills/websmartshubhamk/memorygraph)