Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleam00/mcp-mem0
/ functions
Functions
6 in github.com/coleam00/mcp-mem0
⨍
Functions
6
◇
Types & classes
1
↓ 1 callers
Function
get_mem0_client
()
src/utils.py:17
↓ 1 callers
Function
main
()
src/main.py:118
Function
get_all_memories
Get all stored memories for the user. Call this tool when you need complete context of all previously memories. Args: ctx: The M
src/main.py:73
Function
mem0_lifespan
Manages the Mem0 client lifecycle. Args: server: The FastMCP server instance Yields: Mem0Context: The conte
src/main.py:25
Function
save_memory
Save information to your long-term memory. This tool is designed to store any type of information that might be useful in the future. The con
src/main.py:54
Function
search_memories
Search memories using semantic search. This tool should be called to find relevant information from your memory. Results are ranked by relevance.
src/main.py:96