Skip to main content
Knowledge & MemoryTypeScript

modelcontextprotocol/server-memory

Knowledge graph-based persistent memory system for maintaining context

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/memory

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
modelcontextprotocol