mcp-memory-server

mcp-memory-server

3.2

Memory MCP Server is a Model Context Protocol server designed to manage and store text memories with optional tags, providing persistent storage in a local JSON file.

The Memory MCP Server is a specialized server that facilitates the storage, retrieval, and management of text-based memories. It allows users to store memories with optional tags, search through them using text or tags, and retrieve or delete specific memories. The server ensures that all data is persistently stored in a local JSON file, making it easy to manage and access stored information. Additionally, it provides statistics on tag usage, helping users understand how they categorize their memories. The server is built to be easily integrated with platforms like Claude for Desktop, offering a seamless experience for users who need to manage their memories efficiently.

Features

  • Store text memories with optional tags
  • Search memories by text or tags
  • Retrieve all stored memories
  • Delete specific memories
  • View tag usage statistics

MCP Tools

  • {'store-memory': 'Stores a new memory with optional tags.'}
  • {'search-memories': 'Searches for memories by text or tags.'}
  • {'get-all-memories': 'Retrieves all stored memories.'}
  • {'delete-memory': 'Deletes a memory by its ID.'}
  • {'get-tags-summary': 'Provides a summary of all used tags.'}

Usage with Different Platforms

Claude for Desktop


{
  "mcpServers": {
    "memory": {
      "command": "node",
      "args": [
        "/path/to/mcp-memory-server/build/index.js",
        "/path/to/storage/directory"
      ]
    }
  }
}