Knowledge Graph MCP Memory Server
Active
A basic implementation of persistent memory using a local knowledge graph. This lets Claude remember information about the user across chats.
Updated 8/2/2025
Key Features
What makes this MCP server special
Create entry
Create relations
Add observation
Delete entry
Delete observation
Search
Requirements
UVX
docker
PIP
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
modelcontextprotocol
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
-
2. Configuration
{
"mcpServers": {
"memory": {
"command": "docker",
"args": [
"run",
"-i",
"-v",
"claude-memory:/app/dist",
"--rm",
"mcp/memory"
]
}
}
}
3. Usage Example
Remember this...