Memory Server

by Anthropic · Memory

15,000 stars5,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

A basic MCP server providing knowledge graph-based persistent memory using a local JSON storage. Part of the official MCP servers collection.

jsonknowledge-graphmemory
Manual Installation

Claude Code

claude mcp add memory-server -- npx -y @modelcontextprotocol/server-memory

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

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