Knowledge graph-based persistent memory system
The Memory MCP server provides a persistent memory system using a local knowledge graph. Store and retrieve information across sessions, enabling AI assistants to maintain context and learn from interactions.
{
"mcpServers": {
"memory": {
"env": {},
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"command": "npx"
}
}
}