MCP server for persistent AI memory — save and recall across Claude, Cursor, ChatGPT, VS Code, and any MCP client. Listed on Official MCP Registry.
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",
"mnemoverse/mcp-memory-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-memory-server npx -y mnemoverse/mcp-memory-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"mnemoverse/mcp-memory-server"
]
}
}
}