YourMemory runs on your own machine — the client starts it, so there is no endpoint to ping. 966 installs a week from pypi. Last commit 14 Jul 2026.
Persistent memory for AI agents. Memories decay with time and strengthen on recall.
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.
claude mcp add yourmemory -- uvx yourmemory
{
"mcpServers": {
"yourmemory": {
"args": [
"yourmemory"
],
"command": "uvx"
}
}
}
[mcp_servers.yourmemory]
command = "uvx"
args = ["yourmemory"]
{
"mcpServers": {
"yourmemory": {
"args": [
"yourmemory"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"yourmemory": {
"args": [
"yourmemory"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.