MCP Directory
Back

mcp-memory-server

by dustinspace217 · TypeScript · ★ 0

Knowledge-graph-based persistent memory MCP server. Forked from @modelcontextprotocol/server-memory.

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

A knowledge-graph-based persistent memory server for the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). Stores entities, observations, and relations in SQLite with semantic vector search, temporal versioning, and cursor-based pagination. This project is derived from [](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) by Anthropic, PBC, originally published under the MIT License as part of the [MCP Servers](https://github.com/modelcontextprotocol/servers) monorepo. The original LICENSE file is preserved in this repository. - **SQLite storage** with WAL 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 databases servers