mcp-memory-server
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"
]
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.