QianJue-CN/mcp-memory-server
If you are the rightful owner of mcp-memory-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Memory Server is an intelligent memory management server based on the Model Context Protocol (MCP), designed to provide persistent memory storage and advanced vector search capabilities for AI models.
Tools
Functions exposed to the LLM to take actions
create_memory
Create a new memory entry.
read_memories
Read memory entries.
update_memory
Update a memory entry.
delete_memory
Delete a memory entry.
get_memory_stats
Get memory statistics.
configure_embedding
Configure embedding model provider.
semantic_search
Perform semantic similarity search.
generate_embeddings
Generate embeddings for existing memories.
calculate_similarity
Calculate similarity between two texts.
get_vector_stats
Get vector storage statistics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client