Memlord
JSON →Self-hosted MCP memory server for personal use and teams
Install
pip install memlord Tools · 10
- 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
Environment variables
MEMLORD_STDIO_USER_IDMEMLORD_DB_URLMEMLORD_PORTMEMLORD_BASE_URLMEMLORD_OAUTH_JWT_SECRET
Links
★ 21 GitHub stars