The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP External Memory listing page.
An MCP server that gives LLMs persistent, searchable semantic memory.
| Tool | Description |
|---|---|
memory_store | Persist text + optional namespace/tags/metadata |
memory_search | Semantic search (cosine similarity) over all memories |
memory_get | Retrieve a single memory by ID |
memory_delete | Delete a memory by ID |
memory_list | List memories with optional namespace/tag filter + pagination |
memory_stats | Count of memories, namespaces, DB path |
memory_update | Update an existing memory |
The server supports multiple embedding backends:
text-embedding-3-small modelSet via MEMORY_EMBED_BACKEND environment variable.
mcp-name: io.github.daedalus/mcp-external-memory