Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memory Server MCPsearch for memories about the project launch timeline"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Memory Server MCP
A MCP server for persistent memory storage with advanced features like tagging, timestamping, expiration, content search, and inter-memory linking. Built for integration with MCP clients like Claude for Desktop.
Features
Save/Update Memories ( Store or update a memory with a unique key and value. Supports optional tags and expiration settings.
key(string): Unique identifier for the memory.value(string): The content of the memory.tags(array of strings, optional): A list of tags to associate with the memory. If provided, replaces existing tags. Pass an empty array to remove all tags.expires_in_seconds(number, optional): The number of seconds until this memory expires. Pass0or a negative number to remove expiration.
Recall Memory ( Retrieve a memory by its key, including its value, associated tags, creation timestamp, last updated timestamp, and expiration timestamp.
List Memories ( List all non-expired memory keys. Optionally, filter memories by a specific tag.
tag(string, optional): Filter memories by this tag.
Delete Memory ( Permanently remove a memory by its key. Also removes any links pointing to the deleted memory.
List All Tags ( Get a list of all unique tags currently in use across all non-expired memories.
Search Memory Content ( Search for memories whose content (value) contains a given query string (case-insensitive, non-expired memories only).
Link Memories ( Create a directed link from a source memory to a target memory with a specified relationship type.
source_key(string): The key of the memory from which the link originates.target_key(string): The key of the memory to which the link points.relationship_type(string): The type of relationship (e.g.,related_to,depends_on,is_part_of).
Get Linked Memories ( Retrieve a list of memories linked from a given source memory, optionally filtered by relationship type.
Installation & Usage
Quick Start with npx (Recommended)
Global Installation
Usage with MCP Clients
Claude for Desktop
Add MCP Server Configuration: In your Claude for Desktop settings, add a new MCP server:
{ "mcpServers": { "memory": { "command": "npx", "args": ["memory-server-mcp"] } } }Restart Claude for Desktop to load the new server.
Start using memory commands in your conversations with Claude.
Example Usage
Once connected to an MCP client, you can use commands like: