An MCP server that gives LLMs persistent, searchable semantic memory
SaferSkills independently audited mcp-external-memory (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server that gives LLMs persistent, searchable semantic memory.
pip install mcp-external-memoryfrom mcp_external_memory import memory_store, memory_search
# Store a memory
result = memory_store(content="Alice prefers dark mode", namespace="users", tags=["alice", "ui"])
# Search memories
results = memory_search(query="what does Alice prefer?", namespace="users")mcp-external-memory --help| 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.
git clone https://github.com/daedalus/mcp-external-memory.git
cd mcp-external-memory
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/mcp-name: io.github.daedalus/mcp-external-memory
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.