mcpserver.lol
registry/recall
Connection check verified live · 20h ago

recall

A portable knowledge-graph memory you pass in and get back. No database. 4 of 6 free.

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

6 tools

Read from the running server on 20h ago.

graph_at_time read-only as_of*graph*half_life_days
See the memory as it stood on a given day, optionally faded by age. PREMIUM (license). Relations carrying since and until are filtered to those in force on the date; with a half-l…
graph_compact read-only keepgraph*max_entities
Shrink a memory to the part that still earns its place. PREMIUM (license). Ranks entities by how connected they are and how much is recorded about them, keeps anything you name ou…
graph_diff read-only after*before*
Say exactly what changed between two versions of a memory. FREE. The audit trail a database gives you for free, without the database. Typical input {"before": {...}, "after": {...…
graph_lint read-only graph*
Find the breaks a memory graph accumulates as it grows. FREE. Relations pointing at entities that do not exist, entities nothing points at, near-duplicate names, and observations…
graph_search read-only hopsgraph*limitquery*
Find what the graph knows about something, plus its neighbourhood. FREE. Scores entities by how many query words appear in the name, type and observations, then pulls in whatever…
graph_upsert read-only graphentitiesrelations
Fold new facts into a memory graph and get the whole graph back. FREE. Idempotent by construction: re-adding the same entity, observation or relation changes nothing, so an agent…