mcpbeat Sign in

YourMemory MCP Server

local only

YourMemory runs on your own machine — the client starts it, so there is no endpoint to ping. 439 installs a week from pypi. Last commit 14 Jul 2026.

Persistent memory for AI agents. Memories decay with time and strengthen on recall.

Installs per day peak 417 · avg 78 · -61% w/w
a month agotoday
439
Installs / week
pypi · yourmemory
268
Stars
1 open issues
14 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/ask_client.py:1, [пакет] src/db/mongo_store.py:1, [пакет] src/db/sql_store.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
        result = subprocess.run(cmd, capture_output=True, text=True)
            fp = os.path.join(tmp, f"f{i:04d}.gif")
Page executes code built at runtime marketing/interactive.html:190
  document.getElementById('nBody').innerHTML = body;
    env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yourmemory -- uvx yourmemory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yourmemory": {
      "args": [
        "yourmemory"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yourmemory]
command = "uvx"
args = ["yourmemory"]
.cursor/mcp.json
{
  "mcpServers": {
    "yourmemory": {
      "args": [
        "yourmemory"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yourmemory": {
      "args": [
        "yourmemory"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PYTHONIOENCODING (Set to utf-8 to ensure correct text encoding on all platforms.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to YourMemory

same job, measured the same way
Cognitive AI Memory
by sachitrafa

Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.

local only
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Montycat MCP - Shared Memory for AI Agents
by montygovernance

Shared, persistent memory for AI agents, with semantic recall and live updates.

1 522 installs/wk local only
Smara
by parallelromb

Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring.

23 installs/wk local only
Creo Memories
by creo-memories

Memory system for AI agents with semantic search. Store and recall memories with ease.

answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
GrantAi Memory
by solonai

Persistent memory for AI agents. Infinite context with sub-millisecond recall.

local only

YourMemory — questions

Answers built from our own checks of this server.

Why is there no uptime for YourMemory?
YourMemory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package yourmemory was installed 439 times last week.
How do I connect YourMemory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls yourmemory straight from pypi; nothing to host, nothing to sign up for.
How many people use YourMemory?
The pypi package yourmemory was installed 439 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is YourMemory open source?
We cannot say either way: written in Python, 268 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.