Back to Apps

MCP Memory Server
by stevenwangler
Reference MCP server providing persistent knowledge graph memory for LLMs to store and retrieve information.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This is a reference implementation of an MCP Memory Server that uses a knowledge graph to provide persistent memory. It allows AI models to create entities, define relationships between them, and perform semantic searches to maintain a consistent context across different conversations.
Tools
create_entities: Adds new entities to the knowledge graph.create_relations: Establishes links between existing entities.search_nodes: Finds relevant entities using semantic similarity.get_entity_details: Retrieves specific information about a known entity.delete_entity: Removes an entity from the memory store.
Installation
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["@modelcontextprotocol/server-memory"]
}
}
}
Supported hosts
Claude Desktop, and any MCP-compatible host.
Quick install
npx @modelcontextprotocol/server-memoryInformation
- Pricing
- free
- Published
- 6/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using npx @modelcontextprotocol/server-memory





