Memory Graph MCP Server Configuration | Promptexify
MCP
MCP
Memory Graph MCP Server Configuration
Enable long-term memory for your LLM using a persistent knowledge graph.
336 characters
Give your LLM a long-term memory. This server allows the model to save important facts and relationships to a persistent knowledge graph for future conversations.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"env": {}
}
}
}