kopertop/ts-mem-mcp
3.2
If you are the rightful owner of ts-mem-mcp 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-based Model Context Protocol (MCP) server implementing the OpenMemory specification, designed for AI applications.
Tools
Functions exposed to the LLM to take actions
add_memory
Stores a new memory entry for later retrieval.
search_memory
Searches for memories based on semantic similarity to the query.
delete_memory
Deletes a specific memory by ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client