An MCP server that gives LLMs persistent, searchable semantic memory
An MCP server that gives LLMs persistent, searchable semantic memory. ------|-------------| | Persist text + optional namespace/tags/metadata | | Semantic search (cosine similarity) over all memories | | Retrieve a single memory by ID | | Delete a memory by ID | | List memories with optional namespace/tag filter + pagination | | Count of memories, namespaces, DB path | | Update an existing memory…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
An MCP server that gives LLMs persistent, searchable semantic memory. ------|-------------| | Persist text + optional namespace/tags/metadata | | Semantic search (cosine similarity) over all memories | | Retrieve a single memory by ID | | Delete a memory by ID | | List memories with optional namespace/tag filter + pagination | | Count of memories, namespaces, DB path | | Update an existing memory | The server supports multiple embedding backends: TF-IDF (default): Pure Python, no external…