Knowledge-graph-based persistent memory MCP server. Forked from @modelcontextprotocol/server-memory.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"dustinspace217/mcp-memory-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-memory-server npx -y dustinspace217/mcp-memory-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"dustinspace217/mcp-memory-server"
]
}
}
}