MCP-based persistent memory server for Claude Code with knowledge extraction, embedding search, and adaptive injection
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"advanced-memory-syst": {
"command": "npx",
"args": [
"-y",
"v3velev/Advanced-Memory-System"
]
}
}
}
Run in terminal:
claude mcp add advanced-memory-syst npx -y v3velev/Advanced-Memory-System
Add to .cursor/mcp.json:
{
"mcpServers": {
"advanced-memory-syst": {
"command": "npx",
"args": [
"-y",
"v3velev/Advanced-Memory-System"
]
}
}
}