Memory (Official)
Freeby MCP Community
Official persistent memory system using a local knowledge graph of entities and relationships.
v1.0.0Added Dec 10, 2024
memoryknowledge-graphofficial
Memory (Knowledge Graph) MCP Server
Official persistent memory system using a local knowledge graph of entities and relationships.
Features
- Knowledge graph
- Entity management
- Relationships
- Persistent memory
- Official
Installation
{
"mcpServers": {
"memory-kg": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-memory
Add to claude_desktop_config.json
{
"mcpServers": {
"memory-(official)": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}