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

@modelcontextprotocol/server-memory

MCP server for enabling memory for Claude through a knowledge graph

87k stars76k/wkupdated 4d agogithub ↗
93excellent
▣ Overview

What it does

The Memory server implements a knowledge graph-based persistence layer for Claude conversations. It enables storage, retrieval, and updates of structured facts and relationships, allowing Claude to maintain consistent context and recall information across separate conversations or agent sessions.

Who it's for

Application developers integrating Claude into multi-turn workflows or long-running agents, and teams building assistants that need to learn and retain facts across user interactions without relying on conversation history alone.

Common use cases

  • Build a user knowledge base that persists across conversation resets
  • Store project context, preferences, or decision history for retrieval in future sessions
  • Implement memory for autonomous agents that need to recall prior findings or learned facts
  • Maintain structured relationships between entities for context-aware responses
  • Ground Claude's reasoning in a curated knowledge graph rather than conversation history

Setup pitfalls

  • Marked as a reference implementation, not production-ready—carefully evaluate security and reliability requirements for your use case before deploying
  • CI tests are currently failing; review recent changes and test thoroughly in a non-production environment first
  • Requires filesystem read/write access to store the knowledge graph; ensure proper directory permissions and adequate disk space
  • Makes network calls; configure firewall or proxy rules as needed for your environment
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
99
19.7
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
92.7
⚿ 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 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
68/ 100 · is this project alive?
contributors (1y)333
top contributor share31%
releases (1y)7
last release135d ago
ci⚠ failing
⛁ Raw data
weekly downloads76k
github stars87k
forks11k
open issues503
license✓ present
readme length24552 chars
last publish0d ago
last commit4d ago
last updated1d ago
install verified✓ pass · 22d 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