sadiuysal/mem0-mcp-server-ts
If you are the rightful owner of mem0-mcp-server-ts and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A TypeScript implementation of the Model Context Protocol (MCP) server for mem0, providing memory stream functionality with Mem0 integration.
Tools
Functions exposed to the LLM to take actions
create-memory-stream
Creates a new memory stream with optional initial content and user/agent IDs.
append-to-stream
Appends content to an existing memory stream with an optional role.
search-memories
Performs a semantic search on memories using a query and optional user/agent IDs.
read-stream
Reads content from a memory stream between specified indices.
delete-stream
Deletes a specified memory stream.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client