Skip to content

Memory

Persistent recall for agents, storing facts and past work so they survive across sessions.

1 skill and 4 MCP servers tagged Memory.

Skills

All skills
New

A meta-skill that spots the moment your agent has just earned a hard-won golden path and writes it down as a reusable skill, so the next session starts already knowing the route.

1 views

MCP servers

All MCP servers

MCP: deja-vu

by Vladislav Shulcz

New

Indexes the coding-agent sessions already sitting on your disk — months of history from before you installed it — and serves them back over MCP. 3.5 GB searched in ~1.5 ms, no LLM, no embeddings.

MCP: Compartment

by Max Freedom Pollard

New

Encrypted, fully offline agent memory: one local vault shared by every agent on the machine, AEAD-encrypted down to the embedding vectors, searched in about 12 ms.

MCP: Qdrant

by Qdrant

Qdrant's official MCP server — semantic memory for AI assistants backed by a real vector database.

MCP: Dense-Mem

by markhuangai

Self-hosted agent memory server on Postgres/pgvector that tracks evidence, flags contradictions, and never silently rewrites facts.

Related tags

Tags that appear alongside this one, ranked by how often.

All tags