Memory
Freeby MCP Community
MCP server for enabling memory for Claude through a knowledge graph
v1.0.3Added Apr 12, 2026
Memory MCP Server
MCP server for enabling memory for Claude through a knowledge graph
Installation
npx -y mcp-server-memory
Reviews
Installation
Quick install
npx -y mcp-server-memory
Add to claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "mcp-server-memory"]
}
}
}