MCP Servers / database / Memlord

Memlord

JSON →
stdiononeofficial21database

Self-hosted MCP memory server for personal use and teams

Install
How to run this server
[ { "cmd": "pip install memlord", "imports": [] } ]
server path: memlord
Tools
What this server exposes
store_memory
Store a new memory with content, type, and optional tags
retrieve_memory
Retrieve memories by hybrid search (BM25 + vector)
recall_memory
Recall a specific memory by its ID
list_memories
List all memories for the current user or workspace
search_by_tag
Search memories by tag
get_memory
Get full details of a specific memory by ID
update_memory
Update an existing memory's content, type, or tags
delete_memory
Delete a memory by ID
move_memory
Move a memory to a different workspace
list_workspaces
List all available workspaces
Configuration
Environment & auth
authnone
envMEMLORD_STDIO_USER_ID
envMEMLORD_DB_URL
envMEMLORD_PORT
envMEMLORD_BASE_URL
envMEMLORD_OAUTH_JWT_SECRET
Resources
Memlord — MCP Server · libregistry