★ 0 stars
JavaScript
🤖 AI/LLM
Updated 2d ago
MCP server for persistent AI memory — save and recall across Claude, Cursor, ChatGPT, VS Code, and any MCP client. Listed on Official MCP Registry.
View on GitHub →
Try with Claude — $10 free →
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"
]
}
}
}
Topics
ai-memoryanthropicchatgptclaudecursormcp-servermodelcontextprotocoltypescript