Install
npx -y @modelcontextprotocol/server-memoryTransports
Tools exposed
9
§ Add to your AI client
Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}§ About
Reference implementation of long-term agent memory. Stores entities, relations, and observations between sessions. The starting point for any agent that needs to remember the user across runs without rolling your own vector store.
§ Features
§ Use cases
§ Related MCP servers