MCP Directory
Back

mcp-server-memory

by kwanLeeFrmVi · JavaScript · ★ 1

This project is derived from the original @modelcontextprotocol/server-memory package, modified for my specific needs. Providing persistent memory capabilities for AI models through a knowledge graph. This allows models like Claude to retain and recall information across interactions.

Install

npx -y github:kwanLeeFrmVi/mcp-server-memory

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-memory": {
      "command": "npx",
      "args": [
        "-y",
        "github:kwanLeeFrmVi/mcp-server-memory"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/mcp-server-memory) [](https://bun.sh) [](LICENSE) This project is derived from the original [](https://www.npmjs.com/package/@modelcontextprotocol/server-memory) package, modified for my specific needs. An MCP (Model Context Protocol) server providing persistent memory capabilities for AI models through a knowledge graph. This allows models like Claude to retain and recall information across interactions. This server implements the Model Context Protocol and acts as a bridge between an AI model and a persistent knowledge graph stored locally. It allows the m…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers