$ timeahead.in
/ servers/npm/@modelcontextprotocol/server-memory
npm

@modelcontextprotocol/server-memory

MCP server for enabling memory for Claude through a knowledge graph

89k stars94k/wkupdated 11d agogithub ↗
93excellent
▣ Overview

What it does

This server provides persistent memory for Claude through a knowledge-graph structure, allowing information to be retained and referenced across separate conversations. Rather than relying solely on in-prompt context, Claude can ask the server to store facts and relationships, then retrieve relevant information in future conversations. The graph approach enables discovery of connected concepts, enriching responses with accumulated knowledge.

Who it's for

Developers building multi-session Claude applications where persistent context improves responses—such as personal assistants, customer support bots that need account history, research tools that accumulate findings, or analytical workflows that build domain knowledge over time.

Common use cases

  • Retain user preferences and conversation history across multiple separate sessions
  • Accumulate research findings or analysis results for reference in future interactions
  • Track entities and relationships discovered during investigation or analysis
  • Build contextual responses informed by previously learned facts without including them in every prompt
  • Enable assistants to learn from feedback and improve over multiple conversations

Setup pitfalls

  • This is a reference implementation from the MCP project; production deployments require custom security evaluation and are not recommended without hardening
  • CI is currently failing; test the server thoroughly in your environment before production use
  • Requires filesystem read/write access to store and manage the knowledge graph; ensure the storage directory is writable and has adequate permissions
  • Makes network calls; verify network connectivity and any required authentication for your deployment context
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
100
20.0
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
93.0
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "modelcontextprotocolserver-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}
📈 Score historylast 49 snapshots
4/30/20267/21/2026 · 49 snapshots
⚙ Maintenance health
64/ 100 · is this project alive?
contributors (1y)319
top contributor share29%
releases (1y)8
last release11d ago
median issue response24.9d
ci⚠ failing
⛁ Raw data
weekly downloads94k
github stars89k
forks11k
open issues668
license✓ present
readme length24552 chars
last publish0d ago
last commit11d ago
last updated7d ago
install verified✓ pass · 68d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points