Advanced-Memory-System

v3velev/Advanced-Memory-System
★ 0 stars JavaScript AI/LLM Updated 1mo ago
MCP-based persistent memory server for Claude Code with knowledge extraction, embedding search, and adaptive injection
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}