Back to Apps

TeleMem
by teleai-uagi
High-performance agent memory layer with semantic deduplication, multimodal video reasoning, and per-character profiles.
0 stars
Works in:Cursor
Exposes:Tools
What it does
TeleMem is a sophisticated memory management layer for AI agents, serving as a high-performance drop-in replacement for Mem0. It enables conversational AI to maintain stable, long-term worldviews and isolated character settings, preventing memory leakage between different personas in multi-NPC scenarios.
Tools
add_memory: Injects dialogue turns into the memory system with automatic summarization.search_memories: Performs semantic vector-based retrieval of relevant memories.get_memories: Retrieves a list of memories for a specific scope.get_memory: Retrieves a specific memory by ID.update_memory: Modifies an existing memory entry.delete_memory: Removes a specific memory.delete_all_memories: Clears all memories for a given scope.memory_history: Recalls the history of memory modifications.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": ["telemem"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, and other MCP-compatible clients.
Choose your AI client and follow the steps below.
Cursor
Add telemem-mcp to the MCP settings in Cursor.Claude Desktop
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": ["telemem"]
}
}
}





