← Registry

AI & Machine Learning

longmem.dev

Provides semantic search and management of long-term memory for AI agents or personal knowledge.

1 endpoint10 known toolsFirst detected June 16, 2026Last detected July 18, 2026

ENDPOINT 1

https://longmem.dev/v1/mcp

No auth detected

Known tools 10

search_memory

Semantic search over the caller's long-term memory.

get_memory

Fetch the full text of a single memory by id, plus a download URL for its file if any.

store_memory

Store a new memory (a fact, note, or document text) for later recall.

list_collections

List the caller's memory collections with item counts.

related_memory

Find the memories most semantically related to a given memory id — its nearest neighbours in the same collection.

what_changed

Show where the current truth in a collection superseded an older fact (graph 'updates' edges) — each {current, superseded} pair, newest first.

collection_health

At-a-glance health of a shared collection as agents write to it: total / current / stale / expired / supersessions and a single needs_attention roll-up.

summarize_collection

Roll a shared collection into a board-report-style briefing: a concise summary plus key themes, drawn from the most important recent memories.

find_duplicates

Surface near-duplicate memories in a collection (cosine >= threshold) as clusters — read-only, deletes nothing.

archive_stale

Soft-archive memories not updated in `older_than_days` days (skips pinned and already-archived).