Memory MCP Server

5hrs agorelease 4 0 0

Open-source knowledge graph-based persistent memory server for MCP assistants, enabling cross-session entity extraction and contextual recall.

Country:
Global
Added On:
2026-09-17
Memory MCP ServerMemory MCP Server

Memory MCP Server is an official Model Context Protocol server that equips AI assistants with long-term, persistent memory. By structuring knowledge into an explicit knowledge graph of entities, relations, and observations, it solves context loss between conversations in Claude Desktop, Cursor, and custom agentic frameworks.

Core Capabilities

  • Knowledge Graph Architecture: Represents user preferences, project conventions, and domain facts as distinct entities connected by semantic relations.
  • Cross-Session Persistence: Automatically stores and recalls context across sessions in a local JSONL-backed graph file (memory.json).
  • Granular Memory Operations: Supports creating entities, building directed relations between concepts, appending timestamped observations, and querying subgraphs via keyword search.
  • Privacy-First Storage: Runs 100% locally on your file system without syncing private data to cloud memory providers.

Claude Desktop Configuration

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Frequently Asked Questions

Where does Memory MCP store saved knowledge?

Memory MCP stores all graph nodes, relations, and observations in a local memory.json file inside your application data directory or current working path.

How does the agent recall information?

The assistant queries the graph using built-in MCP search and read tools, returning relevant entities and connected nodes matching the user’s ongoing prompt.

Can I inspect or edit the graph manually?

Yes. Because the storage format is standard JSONL/JSON, you can open and edit or clear the memory file using any text editor at any time.

data statistics

Relevant Navigation

No comments

none
No comments...