MCP Directory
Back

YourMemory

by sachitrafa · Python · ★ 247

Agentic AI memory with Ebbinghaus forgetting curve decay. +16pp better recall than Mem0 on LoCoMo.

#agent-memory#ai-agents#claude#devtools#ebbinghaus#llm-memory#mcp#mcp-server#memory#model-context-protocol#persistent-memory#pgvector#rag

Install

pip install git+https://github.com/sachitrafa/YourMemory.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "yourmemory": {
      "command": "uvx",
      "args": [
        "git+https://github.com/sachitrafa/YourMemory.git"
      ]
    }
  }
}

From the README

YourMemory **Persistent memory for AI agents — built on the science of how humans remember.** [](https://pypi.org/project/yourmemory/) [](https://pypi.org/project/yourmemory/) [](https://pypi.org/project/yourmemory/) [](https://creativecommons.org/licenses/by-nc/4.0/) [](https://github.com/sachitrafa/YourMemory) [](https://github.com/sachitrafa/YourMemory/issues) [](https://github.com/sachitrafa/YourMemory/commits/main) [](https://github.com/sachitrafa/YourMemory/actions/workflows/docker-publish.yml) [](BENCHMARKS.md) [](BENCHMARKS.md) [](BENCHMARKS.md) [](https://oosmetrics.com/repo/sachit…
Read full README on GitHub →

Related ai & ml servers