Back to MCP Servers

YourMemory

Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-c…

knowledge-memorybrowserapiaiagent

Installation

pip install yourmemory

Configuration

{
  "mcpServers": {
    "YourMemory": {
      "command": "npx",
      "args": ["-y", "YourMemory"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub