mcp-server-memory-file
What is this MCP
This is a Model Context Protocol (MCP) server that manages a memory text file to help Claude (and other MCP clients) maintain inter-chat context. It stores, searches, and deletes text-based memories that can be used across multiple chat sessions.
How to use this MCP
The server provides several tools for memory management: memory_add
to append new memories, memory_search
to find relevant memories, memory_delete
to remove memories, and memory_list
to view all memories. These can be called by Claude during a chat session to maintain context.
What this MCP can be used for
This MCP server enables persistent memory for Claude, allowing it to remember user preferences, past interactions, and learned information between chat sessions. This can improve personalization, reduce repetition, and maintain context for ongoing projects or conversations.