YourMemory provides persistent memory for Claude and any MCP-compatible AI, mimicking human memory by allowing important information to stick while outdated facts fade away.
From the registry: Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
$ pip install yourmemory && yourmemory-setupPlease install the `yourmemory` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.11-3.14** — Python 3.11, 3.12, 3.13 or 3.14 required Run: `pip install yourmemory && yourmemory-setup`
Canonical MCP server config (stdio transport):
- command: `yourmemory`
- args: []
- optional environment variables:
- `YOURMEMORY_USER`: User name for memory namespacing (example: `<your-name>`)
- `DATABASE_URL`: PostgreSQL connection URL (if not using default DuckDB) (example: `postgresql://user@localhost:5432/yourmemory`)
Note: Run yourmemory-setup once after install to download spaCy model and initialize DB. Run yourmemory-path to get full executable path for clients that don't inherit shell PATH.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.YOURMEMORY_USERrequiredUsed to identify the user for memory storage.DATABASE_URLrequiredSpecifies the database connection string.AI Agents Framework with Self Reflection and MCP support