YourMemory

general MCP Server

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

Verified
generalgeneral
5 views268 stars21 forksNOASSERTION

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 1mo ago.

Verified
Source
github-topic:model-context-protocol
Stars
268
Last synced
1mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
37
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (37)

failure

~11 days

assumption

~19 days

update_memory

When a recalled memory is outdated or needs merging

agent_id

e.g. `"coding-agent"`

strategy

~38 days

recall_memory

Start of every task — surface relevant context

fact

~24 days

store_memory

After learning a new preference, fact, failure, or strategy

visibility

`private`

Field

Values

Control

Options

Tool

When your AI calls it

Parameter

Default

memoryId

required

Counter

What it means

Privacy

Query sent to cloud

System

BOTH_FOUND@5

depth

`2`

Category

Half-life

Sort

Strength (default) · Most recent · Recall count

userId

`sachit`

Component

Role

knowledge-update

96.2%

Query

Mem0 / Zep / LangMem

single-session-assistant

98.2%

Behavior

Detail

Supermemory

31%*

temporal-reasoning

84.2%

single-session-preference

90.0%

Mem0

18%*

Metric

Score

single-session-user

72.9%

multi-session

95.5%

Feature

What it does

Platform

Asset

shared

P A -. private .-> AP["🔒 Alice-only"] B -. private .-> BP["🔒 Bob-only"] style P fill:#0a2540,stroke:#19cdff,color:#fff style AP fill:#0c1424,stroke:#5a6b80,color:#8294a8 style BP fill:#0c1424,stroke:#5a6b80,color:#8294a8 ``` Role-based access is enforced per agent — what one engineer's agent learns, the whole team benefits from instantly; sensitive context stays scoped to its owner. ```bash POST /pools # create a pool POST /pools/{id}/members # add a member (with role) POST /pools/{id}/memories # contribute a shared memory POST /pools/{id}/retrieve # recall across the pool ``` --- ## 🛡️ Data Rights & Compliance Because memory that stores real data needs the controls to be trusted with it:

Endpoint

What it does