mcp-external-memory
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-external-memoryremember that the deployment is scheduled for Friday 3pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-external-memory
An MCP server that gives LLMs persistent, searchable semantic memory.
Install
pip install mcp-external-memoryRelated MCP server: Recall
Usage
from 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")CLI
mcp-external-memory --helpAPI
Tools
Tool | Description |
| 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 |
Embedding Backends
The server supports multiple embedding backends:
TF-IDF (default): Pure Python, no external dependencies
OpenAI: Uses
text-embedding-3-smallmodelOllama: Local embeddings with Ollama
Set via MEMORY_EMBED_BACKEND environment variable.
Development
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 Registry
mcp-name: io.github.daedalus/mcp-external-memory
This server cannot be deployed
Maintenance
Related MCP Connectors
Memory system for AI agents with semantic search. Store and recall memories with ease.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Persistent memory for AI agents. Search, store, and recall across sessions.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides AI agents with persistent long-term memory capabilities using semantic search. Enables storing, retrieving, and searching memories through three core tools integrated with Mem0 and vector storage.MIT
- FlicenseAqualityNot gradedmaintenanceProvides long-term memory storage for AI assistants with semantic search, enabling persistent storage of preferences, decisions, and context with relationship tracking between memories.19-
- FlicenseAqualityNot gradedmaintenanceA composable semantic memory layer that provides cross-project recall and session context using Qdrant and OpenAI embeddings. It enables users to securely store, search, and manage persistent memories with built-in secret scrubbing for privacy.11-
- AlicenseNot gradedqualityDmaintenanceEnables AI clients to store and semantically recall durable memories across sessions and tools, with local-first privacy and no API key needed.4 npmMIT